#[repr(C)]pub struct MfClassicNt {
pub data: [u8; 4],
}Fields§
§data: [u8; 4]Trait Implementations§
Source§impl Clone for MfClassicNt
impl Clone for MfClassicNt
Source§fn clone(&self) -> MfClassicNt
fn clone(&self) -> MfClassicNt
Returns a copy 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 MfClassicNt
impl Debug for MfClassicNt
impl Copy for MfClassicNt
Auto Trait Implementations§
impl Freeze for MfClassicNt
impl RefUnwindSafe for MfClassicNt
impl Send for MfClassicNt
impl Sync for MfClassicNt
impl Unpin for MfClassicNt
impl UnwindSafe for MfClassicNt
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