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