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