Struct DXGI_SWAP_EFFECT
#[repr(transparent)]pub struct DXGI_SWAP_EFFECT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DXGI_SWAP_EFFECT
impl Clone for DXGI_SWAP_EFFECT
§fn clone(&self) -> DXGI_SWAP_EFFECT
fn clone(&self) -> DXGI_SWAP_EFFECT
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 DXGI_SWAP_EFFECT
impl Debug for DXGI_SWAP_EFFECT
§impl Default for DXGI_SWAP_EFFECT
impl Default for DXGI_SWAP_EFFECT
§fn default() -> DXGI_SWAP_EFFECT
fn default() -> DXGI_SWAP_EFFECT
Returns the “default value” for a type. Read more
§impl PartialEq for DXGI_SWAP_EFFECT
impl PartialEq for DXGI_SWAP_EFFECT
impl Copy for DXGI_SWAP_EFFECT
impl Eq for DXGI_SWAP_EFFECT
impl StructuralPartialEq for DXGI_SWAP_EFFECT
Auto Trait Implementations§
impl Freeze for DXGI_SWAP_EFFECT
impl RefUnwindSafe for DXGI_SWAP_EFFECT
impl Send for DXGI_SWAP_EFFECT
impl Sync for DXGI_SWAP_EFFECT
impl Unpin for DXGI_SWAP_EFFECT
impl UnwindSafe for DXGI_SWAP_EFFECT
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