pub struct BGPFCCR { /* private fields */ }
Expand description
background PFC control register
Implementations§
Auto Trait Implementations§
impl !Freeze for BGPFCCR
impl !RefUnwindSafe for BGPFCCR
impl Send for BGPFCCR
impl !Sync for BGPFCCR
impl Unpin for BGPFCCR
impl UnwindSafe for BGPFCCR
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