#[repr(C)]pub struct RMSF {
pub Reserved: UBYTE,
pub Minute: UBYTE,
pub Second: UBYTE,
pub Frame: UBYTE,
}Fields§
§Reserved: UBYTE§Minute: UBYTE§Second: UBYTE§Frame: UBYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for RMSF
impl RefUnwindSafe for RMSF
impl Send for RMSF
impl Sync for RMSF
impl Unpin for RMSF
impl UnwindSafe for RMSF
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