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