Struct DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
#[repr(transparent)]pub struct DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAndAssign for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl BitAndAssign for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl BitOrAssign for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl Clone for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
§fn clone(&self) -> DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
fn clone(&self) -> DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
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 Default for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl Default for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
§fn default() -> DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
fn default() -> DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
Returns the “default value” for a type. Read more
§impl PartialEq for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl PartialEq for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
§fn eq(&self, other: &DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG) -> bool
fn eq(&self, other: &DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl Eq for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl StructuralPartialEq for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
Auto Trait Implementations§
impl Freeze for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl RefUnwindSafe for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl Send for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl Sync for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl Unpin for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
impl UnwindSafe for DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
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