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