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 Ord for Phyccsel
impl Ord for Phyccsel
§impl PartialOrd for Phyccsel
impl PartialOrd for Phyccsel
impl Copy for Phyccsel
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)