#[repr(C)]
pub union WINML_MAP_BINDING_DESC_0 {
pub pStringKeys: *mut PWSTR,
pub pIntKeys: *mut i64,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
pStringKeys: *mut PWSTR
pIntKeys: *mut i64
Trait Implementations
impl Clone for WINML_MAP_BINDING_DESC_0
impl Clone for WINML_MAP_BINDING_DESC_0
impl Copy for WINML_MAP_BINDING_DESC_0
Auto Trait Implementations
impl RefUnwindSafe for WINML_MAP_BINDING_DESC_0
impl !Send for WINML_MAP_BINDING_DESC_0
impl !Sync for WINML_MAP_BINDING_DESC_0
impl Unpin for WINML_MAP_BINDING_DESC_0
impl UnwindSafe for WINML_MAP_BINDING_DESC_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more