Struct MLOperatorAttributeNameValue
#[repr(C)]pub struct MLOperatorAttributeNameValue {
pub name: PCSTR,
pub type: MLOperatorAttributeType,
pub valueCount: u32,
pub Anonymous: MLOperatorAttributeNameValue_0,
}
Fields§
§name: PCSTR
§type: MLOperatorAttributeType
§valueCount: u32
§Anonymous: MLOperatorAttributeNameValue_0
Trait Implementations§
§impl Clone for MLOperatorAttributeNameValue
impl Clone for MLOperatorAttributeNameValue
§fn clone(&self) -> MLOperatorAttributeNameValue
fn clone(&self) -> MLOperatorAttributeNameValue
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MLOperatorAttributeNameValue
impl Default for MLOperatorAttributeNameValue
impl Copy for MLOperatorAttributeNameValue
Auto Trait Implementations§
impl Freeze for MLOperatorAttributeNameValue
impl RefUnwindSafe for MLOperatorAttributeNameValue
impl !Send for MLOperatorAttributeNameValue
impl !Sync for MLOperatorAttributeNameValue
impl Unpin for MLOperatorAttributeNameValue
impl UnwindSafe for MLOperatorAttributeNameValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more