Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorAttribute
[−]#[repr(C)]pub struct MLOperatorAttribute {
pub name: PCSTR,
pub type: MLOperatorAttributeType,
pub required: u8,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
name: PCSTR
type: MLOperatorAttributeType
required: u8
Trait Implementations
impl Clone for MLOperatorAttribute
impl Clone for MLOperatorAttribute
impl Copy for MLOperatorAttribute
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorAttribute
impl !Send for MLOperatorAttribute
impl !Sync for MLOperatorAttribute
impl Unpin for MLOperatorAttribute
impl UnwindSafe for MLOperatorAttribute
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