#[repr(transparent)]pub struct MfPlusType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfPlusType
Source§impl Debug for MfPlusType
impl Debug for MfPlusType
impl Eq for MfPlusType
Source§impl Hash for MfPlusType
impl Hash for MfPlusType
Source§impl PartialEq for MfPlusType
impl PartialEq for MfPlusType
Source§fn eq(&self, other: &MfPlusType) -> bool
fn eq(&self, other: &MfPlusType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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