#[repr(i32)]pub enum TextureLayout {
Unknown = 0,
RowMajor = 1,
L64KbUndefinedSwizzle = 2,
L64KbStandardSwizzle = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for TextureLayout
impl Clone for TextureLayout
Source§fn clone(&self) -> TextureLayout
fn clone(&self) -> TextureLayout
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 TextureLayout
impl Debug for TextureLayout
impl Copy for TextureLayout
Auto Trait Implementations§
impl Freeze for TextureLayout
impl RefUnwindSafe for TextureLayout
impl Send for TextureLayout
impl Sync for TextureLayout
impl Unpin for TextureLayout
impl UnwindSafe for TextureLayout
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