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