#[repr(transparent)]pub struct MfClassicValueCommand(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfClassicValueCommand
impl Clone for MfClassicValueCommand
Source§fn clone(&self) -> MfClassicValueCommand
fn clone(&self) -> MfClassicValueCommand
Returns a duplicate 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 moreSource§impl Debug for MfClassicValueCommand
impl Debug for MfClassicValueCommand
Source§impl Hash for MfClassicValueCommand
impl Hash for MfClassicValueCommand
Source§impl PartialEq for MfClassicValueCommand
impl PartialEq for MfClassicValueCommand
impl Copy for MfClassicValueCommand
impl Eq for MfClassicValueCommand
impl StructuralPartialEq for MfClassicValueCommand
Auto Trait Implementations§
impl Freeze for MfClassicValueCommand
impl RefUnwindSafe for MfClassicValueCommand
impl Send for MfClassicValueCommand
impl Sync for MfClassicValueCommand
impl Unpin for MfClassicValueCommand
impl UnwindSafe for MfClassicValueCommand
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