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