#[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 (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 MfClassicType
Source§impl Debug for MfClassicType
impl Debug for MfClassicType
impl Eq for MfClassicType
Source§impl Hash for MfClassicType
impl Hash for MfClassicType
Source§impl PartialEq for MfClassicType
impl PartialEq for MfClassicType
Source§fn eq(&self, other: &MfClassicType) -> bool
fn eq(&self, other: &MfClassicType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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