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