pub struct EndpointEventEntry(/* private fields */);Available on crate features
alloc or no-atomic or std only.Expand description
Internal queued endpoint event.
Implementations§
Source§impl EndpointEventEntry
impl EndpointEventEntry
Sourcepub const fn event(&self) -> &EndpointEvent
pub const fn event(&self) -> &EndpointEvent
Borrow the inner event.
Trait Implementations§
Source§impl Clone for EndpointEventEntry
impl Clone for EndpointEventEntry
Source§fn clone(&self) -> EndpointEventEntry
fn clone(&self) -> EndpointEventEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EndpointEventEntry
impl RefUnwindSafe for EndpointEventEntry
impl Send for EndpointEventEntry
impl Sync for EndpointEventEntry
impl Unpin for EndpointEventEntry
impl UnsafeUnpin for EndpointEventEntry
impl UnwindSafe for EndpointEventEntry
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