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