#[repr(transparent)]pub struct AhbSlavePortP5SlaveRule0(pub u32);Expand description
AHB Slave Port 5 Rule Register
Tuple Fields§
§0: u32Implementations§
Source§impl AhbSlavePortP5SlaveRule0
impl AhbSlavePortP5SlaveRule0
Sourcepub const fn debug_mailbox(&self) -> DebugMailbox
pub const fn debug_mailbox(&self) -> DebugMailbox
DEBUG_MAILBOX
Sourcepub const fn set_debug_mailbox(&mut self, val: DebugMailbox)
pub const fn set_debug_mailbox(&mut self, val: DebugMailbox)
DEBUG_MAILBOX
Trait Implementations§
Source§impl Clone for AhbSlavePortP5SlaveRule0
impl Clone for AhbSlavePortP5SlaveRule0
Source§fn clone(&self) -> AhbSlavePortP5SlaveRule0
fn clone(&self) -> AhbSlavePortP5SlaveRule0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AhbSlavePortP5SlaveRule0
impl Debug for AhbSlavePortP5SlaveRule0
Source§impl Default for AhbSlavePortP5SlaveRule0
impl Default for AhbSlavePortP5SlaveRule0
Source§fn default() -> AhbSlavePortP5SlaveRule0
fn default() -> AhbSlavePortP5SlaveRule0
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbSlavePortP5SlaveRule0
impl PartialEq for AhbSlavePortP5SlaveRule0
impl Copy for AhbSlavePortP5SlaveRule0
impl Eq for AhbSlavePortP5SlaveRule0
impl StructuralPartialEq for AhbSlavePortP5SlaveRule0
Auto Trait Implementations§
impl Freeze for AhbSlavePortP5SlaveRule0
impl RefUnwindSafe for AhbSlavePortP5SlaveRule0
impl Send for AhbSlavePortP5SlaveRule0
impl Sync for AhbSlavePortP5SlaveRule0
impl Unpin for AhbSlavePortP5SlaveRule0
impl UnwindSafe for AhbSlavePortP5SlaveRule0
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