Enum Trigpol
#[repr(u8)]pub enum Trigpol {
RisingEdge = 0,
FallingEdge = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Trigpol
impl Eq for Trigpol
§impl Ord for Trigpol
impl Ord for Trigpol
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 Trigpol
impl PartialOrd for Trigpol
impl StructuralPartialEq for Trigpol
Auto Trait Implementations§
impl Freeze for Trigpol
impl RefUnwindSafe for Trigpol
impl Send for Trigpol
impl Sync for Trigpol
impl Unpin for Trigpol
impl UnsafeUnpin for Trigpol
impl UnwindSafe for Trigpol
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