#[repr(transparent)]pub struct Endptstat(pub u32);Expand description
Endpoint Status
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Endptstat
impl Eq for Endptstat
impl StructuralPartialEq for Endptstat
Auto Trait Implementations§
impl Freeze for Endptstat
impl RefUnwindSafe for Endptstat
impl Send for Endptstat
impl Sync for Endptstat
impl Unpin for Endptstat
impl UnwindSafe for Endptstat
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