Struct Fsoff
#[repr(transparent)]pub struct Fsoff(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Fsoff
impl Fsoff
pub const ONFIRST: Self
pub const ONFIRST: Self
FS is asserted on the first bit of the slot 0
pub const BEFOREFIRST: Self
pub const BEFOREFIRST: Self
FS is asserted one bit before the first bit of the slot 0
Trait Implementations§
§impl Ord for Fsoff
impl Ord for Fsoff
§impl PartialOrd for Fsoff
impl PartialOrd for Fsoff
impl Copy for Fsoff
impl Eq for Fsoff
impl StructuralPartialEq for Fsoff
Auto Trait Implementations§
impl Freeze for Fsoff
impl RefUnwindSafe for Fsoff
impl Send for Fsoff
impl Sync for Fsoff
impl Unpin for Fsoff
impl UnwindSafe for Fsoff
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