#[repr(C)]pub struct WHV_MAP_GPA_RANGE_FLAGS(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl BitAnd for WHV_MAP_GPA_RANGE_FLAGS
impl BitAnd for WHV_MAP_GPA_RANGE_FLAGS
Source§impl BitAndAssign for WHV_MAP_GPA_RANGE_FLAGS
impl BitAndAssign for WHV_MAP_GPA_RANGE_FLAGS
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WHV_MAP_GPA_RANGE_FLAGS
impl BitOr for WHV_MAP_GPA_RANGE_FLAGS
Source§impl BitOrAssign for WHV_MAP_GPA_RANGE_FLAGS
impl BitOrAssign for WHV_MAP_GPA_RANGE_FLAGS
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for WHV_MAP_GPA_RANGE_FLAGS
impl Clone for WHV_MAP_GPA_RANGE_FLAGS
Source§fn clone(&self) -> WHV_MAP_GPA_RANGE_FLAGS
fn clone(&self) -> WHV_MAP_GPA_RANGE_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 moreSource§impl Debug for WHV_MAP_GPA_RANGE_FLAGS
impl Debug for WHV_MAP_GPA_RANGE_FLAGS
Source§impl Not for WHV_MAP_GPA_RANGE_FLAGS
impl Not for WHV_MAP_GPA_RANGE_FLAGS
impl Copy for WHV_MAP_GPA_RANGE_FLAGS
Auto Trait Implementations§
impl Freeze for WHV_MAP_GPA_RANGE_FLAGS
impl RefUnwindSafe for WHV_MAP_GPA_RANGE_FLAGS
impl Send for WHV_MAP_GPA_RANGE_FLAGS
impl Sync for WHV_MAP_GPA_RANGE_FLAGS
impl Unpin for WHV_MAP_GPA_RANGE_FLAGS
impl UnwindSafe for WHV_MAP_GPA_RANGE_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