Enum Fspol
#[repr(u8)]pub enum Fspol {
FallingEdge = 0,
RisingEdge = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Fspol
impl Eq for Fspol
§impl Ord for Fspol
impl Ord for Fspol
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 Fspol
impl PartialOrd 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 UnsafeUnpin 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