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