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