pub enum PseudoHandle {
CurrentThread,
}
Variants
CurrentThread
Implementations
sourceimpl PseudoHandle
impl PseudoHandle
const CURRENT_THREAD_VALUE: u32 = 0u32
fn value(self) -> u32
fn from_value(value: u32) -> Option<Self>
Trait Implementations
sourceimpl Clone for PseudoHandle
impl Clone for PseudoHandle
sourcefn clone(&self) -> PseudoHandle
fn clone(&self) -> PseudoHandle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PseudoHandle
impl Debug for PseudoHandle
sourceimpl Hash for PseudoHandle
impl Hash for PseudoHandle
sourceimpl PartialEq<PseudoHandle> for PseudoHandle
impl PartialEq<PseudoHandle> for PseudoHandle
sourcefn eq(&self, other: &PseudoHandle) -> bool
fn eq(&self, other: &PseudoHandle) -> bool
impl Copy for PseudoHandle
impl Eq for PseudoHandle
impl StructuralEq for PseudoHandle
impl StructuralPartialEq for PseudoHandle
Auto Trait Implementations
impl RefUnwindSafe for PseudoHandle
impl Send for PseudoHandle
impl Sync for PseudoHandle
impl Unpin for PseudoHandle
impl UnwindSafe for PseudoHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
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: 0 bytes