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