pub struct SampleDesc(/* private fields */);
Expand description
Wrapper around DXGI_SAMPLE_DESC structure
Implementations§
Source§impl SampleDesc
impl SampleDesc
Trait Implementations§
Source§impl Clone for SampleDesc
impl Clone for SampleDesc
Source§fn clone(&self) -> SampleDesc
fn clone(&self) -> SampleDesc
Returns a duplicate 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 moreSource§impl Debug for SampleDesc
impl Debug for SampleDesc
Source§impl Default for SampleDesc
impl Default for SampleDesc
Source§impl Hash for SampleDesc
impl Hash for SampleDesc
Source§impl Ord for SampleDesc
impl Ord for SampleDesc
Source§fn cmp(&self, other: &SampleDesc) -> Ordering
fn cmp(&self, other: &SampleDesc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SampleDesc
impl PartialEq for SampleDesc
Source§impl PartialOrd for SampleDesc
impl PartialOrd for SampleDesc
impl Copy for SampleDesc
impl Eq for SampleDesc
impl StructuralPartialEq for SampleDesc
Auto Trait Implementations§
impl Freeze for SampleDesc
impl RefUnwindSafe for SampleDesc
impl Send for SampleDesc
impl Sync for SampleDesc
impl Unpin for SampleDesc
impl UnwindSafe for SampleDesc
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