Struct SHELL_UI_COMPONENT
#[repr(transparent)]pub struct SHELL_UI_COMPONENT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SHELL_UI_COMPONENT
impl Clone for SHELL_UI_COMPONENT
§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 more§impl Debug for SHELL_UI_COMPONENT
impl Debug for SHELL_UI_COMPONENT
§impl Default for SHELL_UI_COMPONENT
impl Default for SHELL_UI_COMPONENT
§fn default() -> SHELL_UI_COMPONENT
fn default() -> SHELL_UI_COMPONENT
Returns the “default value” for a type. Read more
§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