Struct SerializedDepNodeIndex
pub struct SerializedDepNodeIndex {
private_use_as_methods_instead: u32,
}Fields§
§private_use_as_methods_instead: u32Implementations§
§impl SerializedDepNodeIndex
impl SerializedDepNodeIndex
pub const MAX_AS_U32: u32 = 2_147_483_647u32
pub const MAX_AS_U32: u32 = 2_147_483_647u32
Maximum value the index can take, as a u32.
pub const MAX: SerializedDepNodeIndex
pub const MAX: SerializedDepNodeIndex
Maximum value the index can take.
pub const ZERO: SerializedDepNodeIndex
pub const ZERO: SerializedDepNodeIndex
Zero value of the index.
pub const fn from_usize(value: usize) -> SerializedDepNodeIndex
pub const fn from_usize(value: usize) -> SerializedDepNodeIndex
pub const fn from_u32(value: u32) -> SerializedDepNodeIndex
pub const fn from_u32(value: u32) -> SerializedDepNodeIndex
pub const fn from_u16(value: u16) -> SerializedDepNodeIndex
pub const fn from_u16(value: u16) -> SerializedDepNodeIndex
pub const unsafe fn from_u32_unchecked(value: u32) -> SerializedDepNodeIndex
pub const unsafe fn from_u32_unchecked(value: u32) -> SerializedDepNodeIndex
Creates a new index from a given u32.
§Safety
The provided value must be less than or equal to the maximum value for the newtype. Providing a value outside this range is undefined due to layout restrictions.
Prefer using from_u32.
Trait Implementations§
§impl Add<usize> for SerializedDepNodeIndex
impl Add<usize> for SerializedDepNodeIndex
§type Output = SerializedDepNodeIndex
type Output = SerializedDepNodeIndex
The resulting type after applying the
+ operator.§fn add(self, other: usize) -> SerializedDepNodeIndex
fn add(self, other: usize) -> SerializedDepNodeIndex
Performs the
+ operation. Read more§impl AddAssign<usize> for SerializedDepNodeIndex
impl AddAssign<usize> for SerializedDepNodeIndex
§fn add_assign(&mut self, other: usize)
fn add_assign(&mut self, other: usize)
Performs the
+= operation. Read more§impl Clone for SerializedDepNodeIndex
impl Clone for SerializedDepNodeIndex
§fn clone(&self) -> SerializedDepNodeIndex
fn clone(&self) -> SerializedDepNodeIndex
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SerializedDepNodeIndex
impl Debug for SerializedDepNodeIndex
§impl<D> Decodable<D> for SerializedDepNodeIndexwhere
D: Decoder,
impl<D> Decodable<D> for SerializedDepNodeIndexwhere
D: Decoder,
fn decode(d: &mut D) -> SerializedDepNodeIndex
§impl From<u32> for SerializedDepNodeIndex
impl From<u32> for SerializedDepNodeIndex
§fn from(value: u32) -> SerializedDepNodeIndex
fn from(value: u32) -> SerializedDepNodeIndex
Converts to this type from the input type.
§impl From<usize> for SerializedDepNodeIndex
impl From<usize> for SerializedDepNodeIndex
§fn from(value: usize) -> SerializedDepNodeIndex
fn from(value: usize) -> SerializedDepNodeIndex
Converts to this type from the input type.
§impl Hash for SerializedDepNodeIndex
impl Hash for SerializedDepNodeIndex
§impl Idx for SerializedDepNodeIndex
impl Idx for SerializedDepNodeIndex
§impl PartialEq for SerializedDepNodeIndex
impl PartialEq for SerializedDepNodeIndex
impl Copy for SerializedDepNodeIndex
impl Eq for SerializedDepNodeIndex
impl StructuralPartialEq for SerializedDepNodeIndex
Auto Trait Implementations§
impl DynSend for SerializedDepNodeIndex
impl DynSync for SerializedDepNodeIndex
impl Freeze for SerializedDepNodeIndex
impl RefUnwindSafe for SerializedDepNodeIndex
impl Send for SerializedDepNodeIndex
impl Sync for SerializedDepNodeIndex
impl Unpin for SerializedDepNodeIndex
impl UnwindSafe for SerializedDepNodeIndex
Blanket Implementations§
Source§impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on(self, arena: &'tcx Arena<'tcx>) -> &'tcx mut T
fn allocate_from_iter( arena: &'tcx Arena<'tcx>, iter: impl IntoIterator<Item = T>, ) -> &'tcx mut [T]
§impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on(self, arena: &'tcx Arena<'tcx>) -> &'tcx mut T
fn allocate_from_iter( arena: &'tcx Arena<'tcx>, iter: impl IntoIterator<Item = T>, ) -> &'tcx mut [T]
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoEither for T
impl<T> IntoEither for T
§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<P> IntoQueryParam<P> for P
impl<P> IntoQueryParam<P> for P
fn into_query_param(self) -> P
§impl<I, T> IntoSliceIdx<I, [T]> for Iwhere
I: Idx,
impl<I, T> IntoSliceIdx<I, [T]> for Iwhere
I: Idx,
type Output = usize
fn into_slice_idx(self) -> <I as IntoSliceIdx<I, [T]>>::Output
Source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
§impl<I, T> UpcastFrom<I, T> for T
impl<I, T> UpcastFrom<I, T> for T
fn upcast_from(from: T, _tcx: I) -> T
§impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
default fn from_cycle_error( tcx: Tcx, cycle_error: &CycleError, _guar: ErrorGuaranteed, ) -> T
§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> ErasedDestructor for Twhere
T: 'static,
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