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