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