Enum stm32_metapac::sai::vals::Fspol
#[repr(u8)]pub enum Fspol {
FALLINGEDGE = 0,
RISINGEDGE = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Fspol
impl Ord for Fspol
§impl PartialOrd for Fspol
impl PartialOrd for Fspol
impl Copy for Fspol
impl Eq for Fspol
impl StructuralPartialEq for Fspol
Auto Trait Implementations§
impl Freeze for Fspol
impl RefUnwindSafe for Fspol
impl Send for Fspol
impl Sync for Fspol
impl Unpin for Fspol
impl UnwindSafe for Fspol
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
)