Struct WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
#[repr(transparent)]pub struct WHV_ALLOCATE_VPCI_RESOURCE_FLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAnd for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl BitAnd for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§impl BitAndAssign for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl BitAndAssign for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl BitOr for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§impl BitOrAssign for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl BitOrAssign for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Clone for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§fn clone(&self) -> WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
fn clone(&self) -> WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
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 WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Debug for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§impl Default for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Default for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
§fn default() -> WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
fn default() -> WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
Returns the “default value” for a type. Read more
§impl Not for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Not for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Copy for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Eq for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl StructuralPartialEq for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
Auto Trait Implementations§
impl Freeze for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl RefUnwindSafe for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Send for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Sync for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl Unpin for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
impl UnwindSafe for WHV_ALLOCATE_VPCI_RESOURCE_FLAGS
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