pub struct SpeculativeDraftRandomPosition(/* private fields */);Expand description
Absolute committed-output coordinate for position-stable draft randomness.
Implementations§
Trait Implementations§
Source§impl Clone for SpeculativeDraftRandomPosition
impl Clone for SpeculativeDraftRandomPosition
Source§fn clone(&self) -> SpeculativeDraftRandomPosition
fn clone(&self) -> SpeculativeDraftRandomPosition
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 SpeculativeDraftRandomPosition
impl Eq for SpeculativeDraftRandomPosition
Source§impl Ord for SpeculativeDraftRandomPosition
impl Ord for SpeculativeDraftRandomPosition
Source§fn cmp(&self, other: &SpeculativeDraftRandomPosition) -> Ordering
fn cmp(&self, other: &SpeculativeDraftRandomPosition) -> 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 PartialOrd for SpeculativeDraftRandomPosition
impl PartialOrd for SpeculativeDraftRandomPosition
impl StructuralPartialEq for SpeculativeDraftRandomPosition
Auto Trait Implementations§
impl Freeze for SpeculativeDraftRandomPosition
impl RefUnwindSafe for SpeculativeDraftRandomPosition
impl Send for SpeculativeDraftRandomPosition
impl Sync for SpeculativeDraftRandomPosition
impl Unpin for SpeculativeDraftRandomPosition
impl UnsafeUnpin for SpeculativeDraftRandomPosition
impl UnwindSafe for SpeculativeDraftRandomPosition
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