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