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