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
pub const AllowDynamicInputShapes: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more