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