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