#[repr(transparent)]pub struct AhbmHmastlock(pub u32);Expand description
This register holds AHB HMASTLOCK value
Tuple Fields§
§0: u32Implementations§
Source§impl AhbmHmastlock
impl AhbmHmastlock
Sourcepub const fn ahb_hmastlock(&self) -> bool
pub const fn ahb_hmastlock(&self) -> bool
The AHB HMASTLOCK value.
Sourcepub const fn set_ahb_hmastlock(&mut self, val: bool)
pub const fn set_ahb_hmastlock(&mut self, val: bool)
The AHB HMASTLOCK value.
Trait Implementations§
Source§impl Clone for AhbmHmastlock
impl Clone for AhbmHmastlock
Source§fn clone(&self) -> AhbmHmastlock
fn clone(&self) -> AhbmHmastlock
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 AhbmHmastlock
impl Debug for AhbmHmastlock
Source§impl Default for AhbmHmastlock
impl Default for AhbmHmastlock
Source§fn default() -> AhbmHmastlock
fn default() -> AhbmHmastlock
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbmHmastlock
impl PartialEq for AhbmHmastlock
impl Copy for AhbmHmastlock
impl Eq for AhbmHmastlock
impl StructuralPartialEq for AhbmHmastlock
Auto Trait Implementations§
impl Freeze for AhbmHmastlock
impl RefUnwindSafe for AhbmHmastlock
impl Send for AhbmHmastlock
impl Sync for AhbmHmastlock
impl Unpin for AhbmHmastlock
impl UnwindSafe for AhbmHmastlock
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