#[repr(transparent)]pub struct SET_DISPLAY_CONFIG_FLAGS(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SET_DISPLAY_CONFIG_FLAGS
impl SET_DISPLAY_CONFIG_FLAGS
pub const fn contains(&self, other: SET_DISPLAY_CONFIG_FLAGS) -> bool
Trait Implementations§
Source§impl BitAnd for SET_DISPLAY_CONFIG_FLAGS
impl BitAnd for SET_DISPLAY_CONFIG_FLAGS
Source§type Output = SET_DISPLAY_CONFIG_FLAGS
type Output = SET_DISPLAY_CONFIG_FLAGS
The resulting type after applying the
& operator.Source§fn bitand(self, other: SET_DISPLAY_CONFIG_FLAGS) -> SET_DISPLAY_CONFIG_FLAGS
fn bitand(self, other: SET_DISPLAY_CONFIG_FLAGS) -> SET_DISPLAY_CONFIG_FLAGS
Performs the
& operation. Read moreSource§impl BitAndAssign for SET_DISPLAY_CONFIG_FLAGS
impl BitAndAssign for SET_DISPLAY_CONFIG_FLAGS
Source§fn bitand_assign(&mut self, other: SET_DISPLAY_CONFIG_FLAGS)
fn bitand_assign(&mut self, other: SET_DISPLAY_CONFIG_FLAGS)
Performs the
&= operation. Read moreSource§impl BitOr for SET_DISPLAY_CONFIG_FLAGS
impl BitOr for SET_DISPLAY_CONFIG_FLAGS
Source§type Output = SET_DISPLAY_CONFIG_FLAGS
type Output = SET_DISPLAY_CONFIG_FLAGS
The resulting type after applying the
| operator.Source§fn bitor(self, other: SET_DISPLAY_CONFIG_FLAGS) -> SET_DISPLAY_CONFIG_FLAGS
fn bitor(self, other: SET_DISPLAY_CONFIG_FLAGS) -> SET_DISPLAY_CONFIG_FLAGS
Performs the
| operation. Read moreSource§impl BitOrAssign for SET_DISPLAY_CONFIG_FLAGS
impl BitOrAssign for SET_DISPLAY_CONFIG_FLAGS
Source§fn bitor_assign(&mut self, other: SET_DISPLAY_CONFIG_FLAGS)
fn bitor_assign(&mut self, other: SET_DISPLAY_CONFIG_FLAGS)
Performs the
|= operation. Read moreSource§impl Clone for SET_DISPLAY_CONFIG_FLAGS
impl Clone for SET_DISPLAY_CONFIG_FLAGS
Source§fn clone(&self) -> SET_DISPLAY_CONFIG_FLAGS
fn clone(&self) -> SET_DISPLAY_CONFIG_FLAGS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SET_DISPLAY_CONFIG_FLAGS
impl Debug for SET_DISPLAY_CONFIG_FLAGS
Source§impl Default for SET_DISPLAY_CONFIG_FLAGS
impl Default for SET_DISPLAY_CONFIG_FLAGS
Source§fn default() -> SET_DISPLAY_CONFIG_FLAGS
fn default() -> SET_DISPLAY_CONFIG_FLAGS
Returns the “default value” for a type. Read more
Source§impl Not for SET_DISPLAY_CONFIG_FLAGS
impl Not for SET_DISPLAY_CONFIG_FLAGS
Source§type Output = SET_DISPLAY_CONFIG_FLAGS
type Output = SET_DISPLAY_CONFIG_FLAGS
The resulting type after applying the
! operator.Source§fn not(self) -> SET_DISPLAY_CONFIG_FLAGS
fn not(self) -> SET_DISPLAY_CONFIG_FLAGS
Performs the unary
! operation. Read moreSource§impl PartialEq for SET_DISPLAY_CONFIG_FLAGS
impl PartialEq for SET_DISPLAY_CONFIG_FLAGS
Source§fn eq(&self, other: &SET_DISPLAY_CONFIG_FLAGS) -> bool
fn eq(&self, other: &SET_DISPLAY_CONFIG_FLAGS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SET_DISPLAY_CONFIG_FLAGS
impl Eq for SET_DISPLAY_CONFIG_FLAGS
impl StructuralPartialEq for SET_DISPLAY_CONFIG_FLAGS
Auto Trait Implementations§
impl Freeze for SET_DISPLAY_CONFIG_FLAGS
impl RefUnwindSafe for SET_DISPLAY_CONFIG_FLAGS
impl Send for SET_DISPLAY_CONFIG_FLAGS
impl Sync for SET_DISPLAY_CONFIG_FLAGS
impl Unpin for SET_DISPLAY_CONFIG_FLAGS
impl UnsafeUnpin for SET_DISPLAY_CONFIG_FLAGS
impl UnwindSafe for SET_DISPLAY_CONFIG_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.