pub struct DCGCEMAC { /* private fields */ }Expand description
Ethernet MAC Deep-Sleep Mode Clock Gating Control
Implementations§
Auto Trait Implementations§
impl !Freeze for DCGCEMAC
impl !RefUnwindSafe for DCGCEMAC
impl Send for DCGCEMAC
impl !Sync for DCGCEMAC
impl Unpin for DCGCEMAC
impl UnwindSafe for DCGCEMAC
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