#[repr(transparent)]pub struct TASKBANDPARTS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for TASKBANDPARTS
impl Abi for TASKBANDPARTS
Source§type Abi = TASKBANDPARTS
type Abi = TASKBANDPARTS
The abi representation of the implementing type. Read more
type DefaultType = TASKBANDPARTS
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 TASKBANDPARTS
impl Clone for TASKBANDPARTS
Source§fn clone(&self) -> TASKBANDPARTS
fn clone(&self) -> TASKBANDPARTS
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 TASKBANDPARTS
impl Debug for TASKBANDPARTS
Source§impl Default for TASKBANDPARTS
impl Default for TASKBANDPARTS
Source§fn default() -> TASKBANDPARTS
fn default() -> TASKBANDPARTS
Returns the “default value” for a type. Read more
Source§impl From<i32> for TASKBANDPARTS
impl From<i32> for TASKBANDPARTS
Source§impl PartialEq for TASKBANDPARTS
impl PartialEq for TASKBANDPARTS
impl Copy for TASKBANDPARTS
impl Eq for TASKBANDPARTS
impl StructuralPartialEq for TASKBANDPARTS
Auto Trait Implementations§
impl Freeze for TASKBANDPARTS
impl RefUnwindSafe for TASKBANDPARTS
impl Send for TASKBANDPARTS
impl Sync for TASKBANDPARTS
impl Unpin for TASKBANDPARTS
impl UnwindSafe for TASKBANDPARTS
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