pub struct Tex2DMsSrv(/* private fields */);Expand description
Wrapper around D3D12_TEX2DMS_SRV structure
Trait Implementations§
Source§impl Clone for Tex2DMsSrv
impl Clone for Tex2DMsSrv
Source§fn clone(&self) -> Tex2DMsSrv
fn clone(&self) -> Tex2DMsSrv
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 Tex2DMsSrv
impl Debug for Tex2DMsSrv
Source§impl Default for Tex2DMsSrv
impl Default for Tex2DMsSrv
Source§fn default() -> Tex2DMsSrv
fn default() -> Tex2DMsSrv
Returns the “default value” for a type. Read more
Source§impl Hash for Tex2DMsSrv
impl Hash for Tex2DMsSrv
Source§impl Ord for Tex2DMsSrv
impl Ord for Tex2DMsSrv
Source§fn cmp(&self, other: &Tex2DMsSrv) -> Ordering
fn cmp(&self, other: &Tex2DMsSrv) -> 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 Tex2DMsSrv
impl PartialEq for Tex2DMsSrv
Source§impl PartialOrd for Tex2DMsSrv
impl PartialOrd for Tex2DMsSrv
impl Copy for Tex2DMsSrv
impl Eq for Tex2DMsSrv
impl StructuralPartialEq for Tex2DMsSrv
Auto Trait Implementations§
impl Freeze for Tex2DMsSrv
impl RefUnwindSafe for Tex2DMsSrv
impl Send for Tex2DMsSrv
impl Sync for Tex2DMsSrv
impl Unpin for Tex2DMsSrv
impl UnwindSafe for Tex2DMsSrv
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