Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorParameterOptions
[−]#[repr(transparent)]pub struct MLOperatorParameterOptions(pub u32);
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for MLOperatorParameterOptions
impl Clone for MLOperatorParameterOptions
impl Copy for MLOperatorParameterOptions
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorParameterOptions
impl Send for MLOperatorParameterOptions
impl Sync for MLOperatorParameterOptions
impl Unpin for MLOperatorParameterOptions
impl UnwindSafe for MLOperatorParameterOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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