pub struct DeviceRegisters(/* private fields */);Expand description
MMIO Device Registers
Use DeviceRegistersVolatileFieldAccess and DeviceRegistersVolatileWideFieldAccess to work with this struct.
Auto Trait Implementations§
impl Freeze for DeviceRegisters
impl RefUnwindSafe for DeviceRegisters
impl Send for DeviceRegisters
impl Sync for DeviceRegisters
impl Unpin for DeviceRegisters
impl UnwindSafe for DeviceRegisters
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