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