Enum CcSel
#[repr(u8)]pub enum CcSel {
Cc1 = 0,
Cc2 = 1,
}Variants§
Cc1 = 0
Use CC1 IO for Power Delivery communication
Cc2 = 1
Use CC2 IO for Power Delivery communication
Implementations§
Trait Implementations§
impl Copy for Phyccsel
impl Eq for Phyccsel
§impl Ord for Phyccsel
impl Ord for Phyccsel
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 Phyccsel
impl PartialOrd for Phyccsel
impl StructuralPartialEq for Phyccsel
Auto Trait Implementations§
impl Freeze for Phyccsel
impl RefUnwindSafe for Phyccsel
impl Send for Phyccsel
impl Sync for Phyccsel
impl Unpin for Phyccsel
impl UnsafeUnpin for Phyccsel
impl UnwindSafe for Phyccsel
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