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