#[repr(C)]pub struct MLOperatorAttributeNameValue {
pub name: PCSTR,
pub type: MLOperatorAttributeType,
pub valueCount: u32,
pub Anonymous: MLOperatorAttributeNameValue_0,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
name: PCSTR
type: MLOperatorAttributeType
valueCount: u32
Anonymous: MLOperatorAttributeNameValue_0
Trait Implementations
impl Clone for MLOperatorAttributeNameValue
impl Clone for MLOperatorAttributeNameValue
impl Copy for MLOperatorAttributeNameValue
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorAttributeNameValue
impl !Send for MLOperatorAttributeNameValue
impl !Sync for MLOperatorAttributeNameValue
impl Unpin for MLOperatorAttributeNameValue
impl UnwindSafe for MLOperatorAttributeNameValue
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