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