pub struct Tex2DmsArrayDsv(/* private fields */);Expand description
Wrapper around D3D12_TEX2DMS_ARRAY_DSV structure
Implementations§
Source§impl Tex2DmsArrayDsv
impl Tex2DmsArrayDsv
pub fn set_first_array_slice(&mut self, first_array_slice: u32) -> &mut Self
pub fn with_first_array_slice(self, first_array_slice: u32) -> Self
pub fn first_array_slice(&self) -> u32
pub fn set_array_size(&mut self, array_size: u32) -> &mut Self
pub fn with_array_size(self, array_size: u32) -> Self
pub fn array_size(&self) -> u32
Trait Implementations§
Source§impl Clone for Tex2DmsArrayDsv
impl Clone for Tex2DmsArrayDsv
Source§fn clone(&self) -> Tex2DmsArrayDsv
fn clone(&self) -> Tex2DmsArrayDsv
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Tex2DmsArrayDsv
Source§impl Debug for Tex2DmsArrayDsv
impl Debug for Tex2DmsArrayDsv
Source§impl Default for Tex2DmsArrayDsv
impl Default for Tex2DmsArrayDsv
Source§fn default() -> Tex2DmsArrayDsv
fn default() -> Tex2DmsArrayDsv
Returns the “default value” for a type. Read more
impl Eq for Tex2DmsArrayDsv
Source§impl Hash for Tex2DmsArrayDsv
impl Hash for Tex2DmsArrayDsv
Source§impl Ord for Tex2DmsArrayDsv
impl Ord for Tex2DmsArrayDsv
Source§fn cmp(&self, other: &Tex2DmsArrayDsv) -> Ordering
fn cmp(&self, other: &Tex2DmsArrayDsv) -> Ordering
1.21.0 (const: unstable) · 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 Tex2DmsArrayDsv
impl PartialEq for Tex2DmsArrayDsv
Source§impl PartialOrd for Tex2DmsArrayDsv
impl PartialOrd for Tex2DmsArrayDsv
impl StructuralPartialEq for Tex2DmsArrayDsv
Auto Trait Implementations§
impl Freeze for Tex2DmsArrayDsv
impl RefUnwindSafe for Tex2DmsArrayDsv
impl Send for Tex2DmsArrayDsv
impl Sync for Tex2DmsArrayDsv
impl Unpin for Tex2DmsArrayDsv
impl UnsafeUnpin for Tex2DmsArrayDsv
impl UnwindSafe for Tex2DmsArrayDsv
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