Enum stm32_metapac::sai::vals::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 Ord for Fsoff
impl Ord for Fsoff
§impl PartialOrd for Fsoff
impl PartialOrd for Fsoff
§fn partial_cmp(&self, other: &Fsoff) -> Option<Ordering>
fn partial_cmp(&self, other: &Fsoff) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Fsoff
impl Eq for Fsoff
impl StructuralEq for Fsoff
impl StructuralPartialEq for Fsoff
Auto Trait Implementations§
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