#[repr(transparent)]pub struct IESHORTCUTFLAGS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for IESHORTCUTFLAGS
impl Abi for IESHORTCUTFLAGS
Source§type Abi = IESHORTCUTFLAGS
type Abi = IESHORTCUTFLAGS
The abi representation of the implementing type. Read more
type DefaultType = IESHORTCUTFLAGS
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 IESHORTCUTFLAGS
impl Clone for IESHORTCUTFLAGS
Source§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 moreSource§impl Debug for IESHORTCUTFLAGS
impl Debug for IESHORTCUTFLAGS
Source§impl Default for IESHORTCUTFLAGS
impl Default for IESHORTCUTFLAGS
Source§fn default() -> IESHORTCUTFLAGS
fn default() -> IESHORTCUTFLAGS
Returns the “default value” for a type. Read more
Source§impl From<i32> for IESHORTCUTFLAGS
impl From<i32> for IESHORTCUTFLAGS
Source§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