#[repr(transparent)]pub struct TextureSparseTier(pub Integer);Expand description
Texture sparse tier.
C++ equivalent: MTL::TextureSparseTier
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for TextureSparseTier
impl Clone for TextureSparseTier
Source§fn clone(&self) -> TextureSparseTier
fn clone(&self) -> TextureSparseTier
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 TextureSparseTier
impl Debug for TextureSparseTier
Source§impl Default for TextureSparseTier
impl Default for TextureSparseTier
Source§fn default() -> TextureSparseTier
fn default() -> TextureSparseTier
Returns the “default value” for a type. Read more
Source§impl Hash for TextureSparseTier
impl Hash for TextureSparseTier
Source§impl PartialEq for TextureSparseTier
impl PartialEq for TextureSparseTier
impl Copy for TextureSparseTier
impl Eq for TextureSparseTier
impl StructuralPartialEq for TextureSparseTier
Auto Trait Implementations§
impl Freeze for TextureSparseTier
impl RefUnwindSafe for TextureSparseTier
impl Send for TextureSparseTier
impl Sync for TextureSparseTier
impl Unpin for TextureSparseTier
impl UnwindSafe for TextureSparseTier
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