Struct PAFFINITY_TOKEN
#[repr(transparent)]pub struct PAFFINITY_TOKEN(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for PAFFINITY_TOKEN
impl Clone for PAFFINITY_TOKEN
§fn clone(&self) -> PAFFINITY_TOKEN
fn clone(&self) -> PAFFINITY_TOKEN
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 more§impl Debug for PAFFINITY_TOKEN
impl Debug for PAFFINITY_TOKEN
§impl Default for PAFFINITY_TOKEN
impl Default for PAFFINITY_TOKEN
§fn default() -> PAFFINITY_TOKEN
fn default() -> PAFFINITY_TOKEN
Returns the “default value” for a type. Read more
§impl PartialEq for PAFFINITY_TOKEN
impl PartialEq for PAFFINITY_TOKEN
impl Copy for PAFFINITY_TOKEN
impl Eq for PAFFINITY_TOKEN
impl StructuralPartialEq for PAFFINITY_TOKEN
Auto Trait Implementations§
impl Freeze for PAFFINITY_TOKEN
impl RefUnwindSafe for PAFFINITY_TOKEN
impl Send for PAFFINITY_TOKEN
impl Sync for PAFFINITY_TOKEN
impl Unpin for PAFFINITY_TOKEN
impl UnwindSafe for PAFFINITY_TOKEN
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