#[repr(transparent)]pub struct MfUltralightType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfUltralightType
impl Clone for MfUltralightType
Source§fn clone(&self) -> MfUltralightType
fn clone(&self) -> MfUltralightType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MfUltralightType
impl Debug for MfUltralightType
Source§impl Hash for MfUltralightType
impl Hash for MfUltralightType
Source§impl PartialEq for MfUltralightType
impl PartialEq for MfUltralightType
impl Copy for MfUltralightType
impl Eq for MfUltralightType
impl StructuralPartialEq for MfUltralightType
Auto Trait Implementations§
impl Freeze for MfUltralightType
impl RefUnwindSafe for MfUltralightType
impl Send for MfUltralightType
impl Sync for MfUltralightType
impl Unpin for MfUltralightType
impl UnwindSafe for MfUltralightType
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