#[repr(transparent)]pub struct Ahbbufregionend1(pub u32);Expand description
Receive Buffer Region 1 End Address
Tuple Fields§
§0: u32Implementations§
Source§impl Ahbbufregionend1
impl Ahbbufregionend1
Sourcepub const fn end_address(&self) -> u32
pub const fn end_address(&self) -> u32
End Address of Prefetch Sub-Buffer Region
Sourcepub const fn set_end_address(&mut self, val: u32)
pub const fn set_end_address(&mut self, val: u32)
End Address of Prefetch Sub-Buffer Region
Trait Implementations§
Source§impl Clone for Ahbbufregionend1
impl Clone for Ahbbufregionend1
Source§fn clone(&self) -> Ahbbufregionend1
fn clone(&self) -> Ahbbufregionend1
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 Ahbbufregionend1
impl Debug for Ahbbufregionend1
Source§impl Default for Ahbbufregionend1
impl Default for Ahbbufregionend1
Source§fn default() -> Ahbbufregionend1
fn default() -> Ahbbufregionend1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ahbbufregionend1
impl PartialEq for Ahbbufregionend1
impl Copy for Ahbbufregionend1
impl Eq for Ahbbufregionend1
impl StructuralPartialEq for Ahbbufregionend1
Auto Trait Implementations§
impl Freeze for Ahbbufregionend1
impl RefUnwindSafe for Ahbbufregionend1
impl Send for Ahbbufregionend1
impl Sync for Ahbbufregionend1
impl Unpin for Ahbbufregionend1
impl UnwindSafe for Ahbbufregionend1
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