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