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