#[repr(transparent)]pub struct IProvideMultipleClassInfo_GetInfoOfIndexFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl IProvideMultipleClassInfo_GetInfoOfIndexFlags
pub const MULTICLASSINFO_GETTYPEINFO: Self
pub const MULTICLASSINFO_GETNUMRESERVEDDISPIDS: Self
pub const MULTICLASSINFO_GETIIDPRIMARY: Self
pub const MULTICLASSINFO_GETIIDSOURCE: Self
Trait Implementations§
Source§impl Abi for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Abi for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Source§type Abi = IProvideMultipleClassInfo_GetInfoOfIndexFlags
type Abi = IProvideMultipleClassInfo_GetInfoOfIndexFlags
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAndAssign for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl BitAndAssign for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl BitOrAssign for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Clone for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Source§fn clone(&self) -> IProvideMultipleClassInfo_GetInfoOfIndexFlags
fn clone(&self) -> IProvideMultipleClassInfo_GetInfoOfIndexFlags
Returns a duplicate 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 Default for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Default for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Source§fn default() -> IProvideMultipleClassInfo_GetInfoOfIndexFlags
fn default() -> IProvideMultipleClassInfo_GetInfoOfIndexFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl PartialEq for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Source§fn eq(&self, other: &IProvideMultipleClassInfo_GetInfoOfIndexFlags) -> bool
fn eq(&self, other: &IProvideMultipleClassInfo_GetInfoOfIndexFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Eq for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl StructuralPartialEq for IProvideMultipleClassInfo_GetInfoOfIndexFlags
Auto Trait Implementations§
impl Freeze for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl RefUnwindSafe for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Send for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Sync for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl Unpin for IProvideMultipleClassInfo_GetInfoOfIndexFlags
impl UnwindSafe for IProvideMultipleClassInfo_GetInfoOfIndexFlags
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