Struct swerv::eh1_pic::PicRegisters
source · #[repr(C)]pub struct PicRegisters { /* private fields */ }
Auto Trait Implementations§
impl !Freeze for PicRegisters
impl !RefUnwindSafe for PicRegisters
impl Send for PicRegisters
impl !Sync for PicRegisters
impl Unpin for PicRegisters
impl UnwindSafe for PicRegisters
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