#[repr(transparent)]pub struct MfPlusSize(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfPlusSize
impl Clone for MfPlusSize
Source§fn clone(&self) -> MfPlusSize
fn clone(&self) -> MfPlusSize
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 MfPlusSize
Source§impl Debug for MfPlusSize
impl Debug for MfPlusSize
impl Eq for MfPlusSize
Source§impl Hash for MfPlusSize
impl Hash for MfPlusSize
Source§impl PartialEq for MfPlusSize
impl PartialEq for MfPlusSize
Source§fn eq(&self, other: &MfPlusSize) -> bool
fn eq(&self, other: &MfPlusSize) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MfPlusSize
Auto Trait Implementations§
impl Freeze for MfPlusSize
impl RefUnwindSafe for MfPlusSize
impl Send for MfPlusSize
impl Sync for MfPlusSize
impl Unpin for MfPlusSize
impl UnsafeUnpin for MfPlusSize
impl UnwindSafe for MfPlusSize
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