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