pub enum PseudoHandle {
CurrentThread,
}
Variants§
CurrentThread
Implementations§
source§impl PseudoHandle
impl PseudoHandle
const CURRENT_THREAD_VALUE: u32 = 0u32
fn value(self) -> u32
fn from_value(value: u32) -> Option<Self>
Trait Implementations§
source§impl Clone for PseudoHandle
impl Clone for PseudoHandle
source§fn clone(&self) -> PseudoHandle
fn clone(&self) -> PseudoHandle
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 PseudoHandle
impl Debug for PseudoHandle
source§impl Hash for PseudoHandle
impl Hash for PseudoHandle
source§impl PartialEq<PseudoHandle> for PseudoHandle
impl PartialEq<PseudoHandle> for PseudoHandle
source§fn eq(&self, other: &PseudoHandle) -> bool
fn eq(&self, other: &PseudoHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
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