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