#[repr(transparent)]pub struct Opacr4(pub u32);Expand description
Off-Platform Peripheral Access Control Registers
Tuple Fields§
§0: u32Implementations§
Source§impl Opacr4
impl Opacr4
Sourcepub const fn set_opac33(&mut self, val: Opac33)
pub const fn set_opac33(&mut self, val: Opac33)
Off-platform Peripheral Access Control 33
Sourcepub const fn set_opac32(&mut self, val: Opac32)
pub const fn set_opac32(&mut self, val: Opac32)
Off-platform Peripheral Access Control 32
Trait Implementations§
impl Copy for Opacr4
impl Eq for Opacr4
impl StructuralPartialEq for Opacr4
Auto Trait Implementations§
impl Freeze for Opacr4
impl RefUnwindSafe for Opacr4
impl Send for Opacr4
impl Sync for Opacr4
impl Unpin for Opacr4
impl UnwindSafe for Opacr4
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