pub struct EventHandle(pub u64);Expand description
Event handle for stream synchronization
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for EventHandle
impl Clone for EventHandle
Source§fn clone(&self) -> EventHandle
fn clone(&self) -> EventHandle
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 EventHandle
impl Debug for EventHandle
Source§impl Hash for EventHandle
impl Hash for EventHandle
Source§impl PartialEq for EventHandle
impl PartialEq for EventHandle
impl Copy for EventHandle
impl Eq for EventHandle
impl StructuralPartialEq for EventHandle
Auto Trait Implementations§
impl Freeze for EventHandle
impl RefUnwindSafe for EventHandle
impl Send for EventHandle
impl Sync for EventHandle
impl Unpin for EventHandle
impl UnsafeUnpin for EventHandle
impl UnwindSafe for EventHandle
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