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