Struct miri::InitOnceId
source · pub struct InitOnceId(NonZero<u32>);
Expand description
0 is used to indicate that the id was not yet assigned and, therefore, is not a valid identifier.
Tuple Fields§
§0: NonZero<u32>
Implementations§
source§impl InitOnceId
impl InitOnceId
pub fn to_u32_scalar(&self) -> Scalar
Trait Implementations§
source§impl Clone for InitOnceId
impl Clone for InitOnceId
source§fn clone(&self) -> InitOnceId
fn clone(&self) -> InitOnceId
Returns a copy 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 InitOnceId
impl Debug for InitOnceId
source§impl Hash for InitOnceId
impl Hash for InitOnceId
source§impl Idx for InitOnceId
impl Idx for InitOnceId
source§impl Ord for InitOnceId
impl Ord for InitOnceId
source§fn cmp(&self, other: &InitOnceId) -> Ordering
fn cmp(&self, other: &InitOnceId) -> Ordering
1.21.0 · 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
source§impl PartialEq for InitOnceId
impl PartialEq for InitOnceId
source§impl PartialOrd for InitOnceId
impl PartialOrd for InitOnceId
source§impl VisitProvenance for InitOnceId
impl VisitProvenance for InitOnceId
fn visit_provenance(&self, _visit: &mut VisitWith<'_>)
impl Copy for InitOnceId
impl Eq for InitOnceId
impl StructuralPartialEq for InitOnceId
Auto Trait Implementations§
impl Freeze for InitOnceId
impl RefUnwindSafe for InitOnceId
impl Send for InitOnceId
impl Sync for InitOnceId
impl Unpin for InitOnceId
impl UnwindSafe for InitOnceId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes