Enum Fsoff
#[repr(u8)]pub enum Fsoff {
OnFirst = 0,
BeforeFirst = 1,
}Variants§
OnFirst = 0
FS is asserted on the first bit of the slot 0
BeforeFirst = 1
FS is asserted one bit before the first bit of the slot 0
Implementations§
Trait Implementations§
impl Copy for Fsoff
impl Eq for Fsoff
§impl Ord for Fsoff
impl Ord for Fsoff
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Fsoff
impl PartialOrd 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 UnsafeUnpin 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