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