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