#[repr(transparent)]pub struct IVBGetControl_EnumControls_dwWhichFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl IVBGetControl_EnumControls_dwWhichFlags
impl IVBGetControl_EnumControls_dwWhichFlags
pub const GCW_WCH_SIBLING: Self
pub const GC_WCH_CONTAINER: Self
pub const GC_WCH_CONTAINED: Self
pub const GC_WCH_ALL: Self
pub const GC_WCH_FREVERSEDIR: Self
pub const GC_WCH_FONLYAFTER: Self
pub const GC_WCH_FONLYBEFORE: Self
pub const GC_WCH_FSELECTED: Self
Trait Implementations§
Source§impl Abi for IVBGetControl_EnumControls_dwWhichFlags
impl Abi for IVBGetControl_EnumControls_dwWhichFlags
Source§type Abi = IVBGetControl_EnumControls_dwWhichFlags
type Abi = IVBGetControl_EnumControls_dwWhichFlags
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 IVBGetControl_EnumControls_dwWhichFlags
impl BitAndAssign for IVBGetControl_EnumControls_dwWhichFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IVBGetControl_EnumControls_dwWhichFlags
impl BitOrAssign for IVBGetControl_EnumControls_dwWhichFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for IVBGetControl_EnumControls_dwWhichFlags
impl Clone for IVBGetControl_EnumControls_dwWhichFlags
Source§fn clone(&self) -> IVBGetControl_EnumControls_dwWhichFlags
fn clone(&self) -> IVBGetControl_EnumControls_dwWhichFlags
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 IVBGetControl_EnumControls_dwWhichFlags
impl Default for IVBGetControl_EnumControls_dwWhichFlags
Source§fn default() -> IVBGetControl_EnumControls_dwWhichFlags
fn default() -> IVBGetControl_EnumControls_dwWhichFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for IVBGetControl_EnumControls_dwWhichFlags
impl PartialEq for IVBGetControl_EnumControls_dwWhichFlags
Source§fn eq(&self, other: &IVBGetControl_EnumControls_dwWhichFlags) -> bool
fn eq(&self, other: &IVBGetControl_EnumControls_dwWhichFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IVBGetControl_EnumControls_dwWhichFlags
impl Eq for IVBGetControl_EnumControls_dwWhichFlags
impl StructuralPartialEq for IVBGetControl_EnumControls_dwWhichFlags
Auto Trait Implementations§
impl Freeze for IVBGetControl_EnumControls_dwWhichFlags
impl RefUnwindSafe for IVBGetControl_EnumControls_dwWhichFlags
impl Send for IVBGetControl_EnumControls_dwWhichFlags
impl Sync for IVBGetControl_EnumControls_dwWhichFlags
impl Unpin for IVBGetControl_EnumControls_dwWhichFlags
impl UnwindSafe for IVBGetControl_EnumControls_dwWhichFlags
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