#[repr(transparent)]pub struct Datapayload(pub u32);Expand description
Memory base address that indicates the start of the data payload buffers
Tuple Fields§
§0: u32Implementations§
Source§impl Datapayload
impl Datapayload
Trait Implementations§
Source§impl Clone for Datapayload
impl Clone for Datapayload
Source§fn clone(&self) -> Datapayload
fn clone(&self) -> Datapayload
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 Datapayload
impl Debug for Datapayload
Source§impl Default for Datapayload
impl Default for Datapayload
Source§fn default() -> Datapayload
fn default() -> Datapayload
Returns the “default value” for a type. Read more
Source§impl PartialEq for Datapayload
impl PartialEq for Datapayload
impl Copy for Datapayload
impl Eq for Datapayload
impl StructuralPartialEq for Datapayload
Auto Trait Implementations§
impl Freeze for Datapayload
impl RefUnwindSafe for Datapayload
impl Send for Datapayload
impl Sync for Datapayload
impl Unpin for Datapayload
impl UnwindSafe for Datapayload
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