Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorKernelOptions
[−]#[repr(transparent)]pub struct MLOperatorKernelOptions(pub u32);
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Tuple Fields
0: u32
Implementations
impl MLOperatorKernelOptions
impl MLOperatorKernelOptions
pub const None: Self = Self(0u32)
pub const AllowDynamicInputShapes: Self = Self(1u32)
Trait Implementations
impl Clone for MLOperatorKernelOptions
impl Clone for MLOperatorKernelOptions
impl Copy for MLOperatorKernelOptions
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorKernelOptions
impl Send for MLOperatorKernelOptions
impl Sync for MLOperatorKernelOptions
impl Unpin for MLOperatorKernelOptions
impl UnwindSafe for MLOperatorKernelOptions
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