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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)