#[repr(C, packed(2))]pub union LSNMSF {
pub MSF: RMSF,
pub LSN: ULONG,
}Fields§
§MSF: RMSF§LSN: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for LSNMSF
impl RefUnwindSafe for LSNMSF
impl Send for LSNMSF
impl Sync for LSNMSF
impl Unpin for LSNMSF
impl UnwindSafe for LSNMSF
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