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