Struct MLOperatorAttribute
#[repr(C)]pub struct MLOperatorAttribute {
pub name: PCSTR,
pub type: MLOperatorAttributeType,
pub required: u8,
}
Fields§
§name: PCSTR
§type: MLOperatorAttributeType
§required: u8
Trait Implementations§
§impl Clone for MLOperatorAttribute
impl Clone for MLOperatorAttribute
§fn clone(&self) -> MLOperatorAttribute
fn clone(&self) -> MLOperatorAttribute
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 Debug for MLOperatorAttribute
impl Debug for MLOperatorAttribute
§impl Default for MLOperatorAttribute
impl Default for MLOperatorAttribute
§impl PartialEq for MLOperatorAttribute
impl PartialEq for MLOperatorAttribute
impl Copy for MLOperatorAttribute
impl StructuralPartialEq for MLOperatorAttribute
Auto Trait Implementations§
impl Freeze for MLOperatorAttribute
impl RefUnwindSafe for MLOperatorAttribute
impl !Send for MLOperatorAttribute
impl !Sync for MLOperatorAttribute
impl Unpin for MLOperatorAttribute
impl UnwindSafe for MLOperatorAttribute
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