pub struct EpId(pub u32);Expand description
Index of an EP within an crate::registry::EpRegistry.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for EpId
impl Eq for EpId
impl StructuralPartialEq for EpId
Auto Trait Implementations§
impl Freeze for EpId
impl RefUnwindSafe for EpId
impl Send for EpId
impl Sync for EpId
impl Unpin for EpId
impl UnsafeUnpin for EpId
impl UnwindSafe for EpId
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