#[repr(transparent)]pub struct DfepacketAmount(pub u32);Expand description
Number of bytes transferred in the last transaction
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DfepacketAmount
impl Clone for DfepacketAmount
Source§fn clone(&self) -> DfepacketAmount
fn clone(&self) -> DfepacketAmount
Returns a copy 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 DfepacketAmount
impl Debug for DfepacketAmount
Source§impl Default for DfepacketAmount
impl Default for DfepacketAmount
Source§fn default() -> DfepacketAmount
fn default() -> DfepacketAmount
Returns the “default value” for a type. Read more
Source§impl PartialEq for DfepacketAmount
impl PartialEq for DfepacketAmount
impl Copy for DfepacketAmount
impl Eq for DfepacketAmount
impl StructuralPartialEq for DfepacketAmount
Auto Trait Implementations§
impl Freeze for DfepacketAmount
impl RefUnwindSafe for DfepacketAmount
impl Send for DfepacketAmount
impl Sync for DfepacketAmount
impl Unpin for DfepacketAmount
impl UnwindSafe for DfepacketAmount
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)