#[repr(transparent)]pub struct ThreadPointerKind(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for ThreadPointerKind
impl Clone for ThreadPointerKind
Source§fn clone(&self) -> ThreadPointerKind
fn clone(&self) -> ThreadPointerKind
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 ThreadPointerKind
Source§impl Debug for ThreadPointerKind
impl Debug for ThreadPointerKind
Source§impl Default for ThreadPointerKind
impl Default for ThreadPointerKind
Source§fn default() -> ThreadPointerKind
fn default() -> ThreadPointerKind
Returns the “default value” for a type. Read more
Source§impl EndianScalar for ThreadPointerKind
impl EndianScalar for ThreadPointerKind
impl Eq for ThreadPointerKind
Source§impl<'a> Follow<'a> for ThreadPointerKind
impl<'a> Follow<'a> for ThreadPointerKind
Source§impl Hash for ThreadPointerKind
impl Hash for ThreadPointerKind
Source§impl Ord for ThreadPointerKind
impl Ord for ThreadPointerKind
Source§fn cmp(&self, other: &ThreadPointerKind) -> Ordering
fn cmp(&self, other: &ThreadPointerKind) -> 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
Source§impl PartialEq for ThreadPointerKind
impl PartialEq for ThreadPointerKind
Source§fn eq(&self, other: &ThreadPointerKind) -> bool
fn eq(&self, other: &ThreadPointerKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ThreadPointerKind
impl PartialOrd for ThreadPointerKind
Source§impl Push for ThreadPointerKind
impl Push for ThreadPointerKind
impl SimpleToVerifyInSlice for ThreadPointerKind
impl StructuralPartialEq for ThreadPointerKind
Source§impl<'a> Verifiable for ThreadPointerKind
impl<'a> Verifiable for ThreadPointerKind
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos in the verifier’s buffer.
Should not need to be called directly.Auto Trait Implementations§
impl Freeze for ThreadPointerKind
impl RefUnwindSafe for ThreadPointerKind
impl Send for ThreadPointerKind
impl Sync for ThreadPointerKind
impl Unpin for ThreadPointerKind
impl UnsafeUnpin for ThreadPointerKind
impl UnwindSafe for ThreadPointerKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.