#[repr(transparent)]pub struct THREADINFOCLASS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for THREADINFOCLASS
impl Abi for THREADINFOCLASS
Source§type Abi = THREADINFOCLASS
type Abi = THREADINFOCLASS
The abi representation of the implementing type. Read more
type DefaultType = THREADINFOCLASS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for THREADINFOCLASS
impl Clone for THREADINFOCLASS
Source§fn clone(&self) -> THREADINFOCLASS
fn clone(&self) -> THREADINFOCLASS
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 THREADINFOCLASS
Source§impl Debug for THREADINFOCLASS
impl Debug for THREADINFOCLASS
Source§impl Default for THREADINFOCLASS
impl Default for THREADINFOCLASS
Source§fn default() -> THREADINFOCLASS
fn default() -> THREADINFOCLASS
Returns the “default value” for a type. Read more
impl Eq for THREADINFOCLASS
Source§impl From<i32> for THREADINFOCLASS
impl From<i32> for THREADINFOCLASS
Source§impl PartialEq for THREADINFOCLASS
impl PartialEq for THREADINFOCLASS
impl StructuralPartialEq for THREADINFOCLASS
Auto Trait Implementations§
impl Freeze for THREADINFOCLASS
impl RefUnwindSafe for THREADINFOCLASS
impl Send for THREADINFOCLASS
impl Sync for THREADINFOCLASS
impl Unpin for THREADINFOCLASS
impl UnsafeUnpin for THREADINFOCLASS
impl UnwindSafe for THREADINFOCLASS
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