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