pub struct RealtimeGeneration(/* private fields */);Expand description
Identity of one ready socket, scoped to its owning real-time client.
Trait Implementations§
Source§impl Clone for RealtimeGeneration
impl Clone for RealtimeGeneration
Source§fn clone(&self) -> RealtimeGeneration
fn clone(&self) -> RealtimeGeneration
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 moreimpl Copy for RealtimeGeneration
Source§impl Debug for RealtimeGeneration
impl Debug for RealtimeGeneration
impl Eq for RealtimeGeneration
Source§impl Hash for RealtimeGeneration
impl Hash for RealtimeGeneration
Source§impl Ord for RealtimeGeneration
impl Ord for RealtimeGeneration
Source§fn cmp(&self, other: &RealtimeGeneration) -> Ordering
fn cmp(&self, other: &RealtimeGeneration) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for RealtimeGeneration
impl PartialEq for RealtimeGeneration
Source§impl PartialOrd for RealtimeGeneration
impl PartialOrd for RealtimeGeneration
impl StructuralPartialEq for RealtimeGeneration
Auto Trait Implementations§
impl Freeze for RealtimeGeneration
impl RefUnwindSafe for RealtimeGeneration
impl Send for RealtimeGeneration
impl Sync for RealtimeGeneration
impl Unpin for RealtimeGeneration
impl UnsafeUnpin for RealtimeGeneration
impl UnwindSafe for RealtimeGeneration
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