#[repr(C)]pub union MfClassicSectorTrailer {
pub block: MfClassicBlock,
pub __bindgen_anon_1: MfClassicSectorTrailer__bindgen_ty_1,
}Fields§
§block: MfClassicBlock§__bindgen_anon_1: MfClassicSectorTrailer__bindgen_ty_1Trait Implementations§
Source§impl Clone for MfClassicSectorTrailer
impl Clone for MfClassicSectorTrailer
Source§fn clone(&self) -> MfClassicSectorTrailer
fn clone(&self) -> MfClassicSectorTrailer
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 moreimpl Copy for MfClassicSectorTrailer
Auto Trait Implementations§
impl Freeze for MfClassicSectorTrailer
impl RefUnwindSafe for MfClassicSectorTrailer
impl Send for MfClassicSectorTrailer
impl Sync for MfClassicSectorTrailer
impl Unpin for MfClassicSectorTrailer
impl UnwindSafe for MfClassicSectorTrailer
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