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