Struct bcm2711_pac::mbox::Registers
source · [−]#[repr(C)]pub struct Registers {
pub mbox_set: [WriteOnly<u32>; 16],
pub mbox_clr: [ReadWrite<u32>; 16],
}Fields
mbox_set: [WriteOnly<u32>; 16]Set bit register
mbox_clr: [ReadWrite<u32>; 16]Clear bit register
Auto Trait Implementations
impl !RefUnwindSafe for Registers
impl Send for Registers
impl !Sync for Registers
impl Unpin for Registers
impl UnwindSafe for Registers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more