pub struct HandleSeed(pub u64);Expand description
Caller-supplied namespace for a deterministic sequence of live handles.
A runtime boundary obtains this plain value from its bootstrap input. The kernel never manufactures one from ambient process state.
Tuple Fields§
§0: u64Implementations§
Source§impl HandleSeed
impl HandleSeed
Trait Implementations§
Source§impl Clone for HandleSeed
impl Clone for HandleSeed
Source§fn clone(&self) -> HandleSeed
fn clone(&self) -> HandleSeed
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 HandleSeed
Source§impl Debug for HandleSeed
impl Debug for HandleSeed
impl Eq for HandleSeed
Source§impl Hash for HandleSeed
impl Hash for HandleSeed
Source§impl Ord for HandleSeed
impl Ord for HandleSeed
Source§fn cmp(&self, other: &HandleSeed) -> Ordering
fn cmp(&self, other: &HandleSeed) -> 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 HandleSeed
impl PartialEq for HandleSeed
Source§impl PartialOrd for HandleSeed
impl PartialOrd for HandleSeed
impl StructuralPartialEq for HandleSeed
Auto Trait Implementations§
impl Freeze for HandleSeed
impl RefUnwindSafe for HandleSeed
impl Send for HandleSeed
impl Sync for HandleSeed
impl Unpin for HandleSeed
impl UnsafeUnpin for HandleSeed
impl UnwindSafe for HandleSeed
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