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