#[repr(C, packed(1))]pub struct msf_s {
pub m: u8,
pub s: u8,
pub f: u8,
}Fields§
§m: u8§s: u8§f: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for msf_s
impl RefUnwindSafe for msf_s
impl Send for msf_s
impl Sync for msf_s
impl Unpin for msf_s
impl UnwindSafe for msf_s
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