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