#[repr(transparent)]pub struct Region1Top(pub u32);Expand description
Region1 Top Address Register
Tuple Fields§
§0: u32Implementations§
Source§impl Region1Top
impl Region1Top
Sourcepub const fn region1_top(&self) -> u32
pub const fn region1_top(&self) -> u32
Address upper limit of region1
Sourcepub const fn set_region1_top(&mut self, val: u32)
pub const fn set_region1_top(&mut self, val: u32)
Address upper limit of region1
Trait Implementations§
Source§impl Clone for Region1Top
impl Clone for Region1Top
Source§fn clone(&self) -> Region1Top
fn clone(&self) -> Region1Top
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 Region1Top
impl Debug for Region1Top
Source§impl Default for Region1Top
impl Default for Region1Top
Source§fn default() -> Region1Top
fn default() -> Region1Top
Returns the “default value” for a type. Read more
Source§impl PartialEq for Region1Top
impl PartialEq for Region1Top
impl Copy for Region1Top
impl Eq for Region1Top
impl StructuralPartialEq for Region1Top
Auto Trait Implementations§
impl Freeze for Region1Top
impl RefUnwindSafe for Region1Top
impl Send for Region1Top
impl Sync for Region1Top
impl Unpin for Region1Top
impl UnwindSafe for Region1Top
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