Struct windows_sys::Win32::Graphics::Dxgi::Common::DXGI_SAMPLE_DESC
[−]Expand description
Required features: "Win32_Graphics_Dxgi_Common"
Fields
Count: u32
Quality: u32
Trait Implementations
impl Clone for DXGI_SAMPLE_DESC
impl Clone for DXGI_SAMPLE_DESC
impl Copy for DXGI_SAMPLE_DESC
Auto Trait Implementations
impl RefUnwindSafe for DXGI_SAMPLE_DESC
impl Send for DXGI_SAMPLE_DESC
impl Sync for DXGI_SAMPLE_DESC
impl Unpin for DXGI_SAMPLE_DESC
impl UnwindSafe for DXGI_SAMPLE_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more