pub struct EndpointIndex(/* private fields */);
Implementations§
Source§impl EndpointIndex
impl EndpointIndex
Trait Implementations§
Source§impl From<EndpointIndex> for usize
impl From<EndpointIndex> for usize
Source§fn from(ei: EndpointIndex) -> usize
fn from(ei: EndpointIndex) -> usize
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EndpointIndex
impl RefUnwindSafe for EndpointIndex
impl Send for EndpointIndex
impl Sync for EndpointIndex
impl Unpin for EndpointIndex
impl UnwindSafe for EndpointIndex
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