Enum libktx_rs::enums::SuperCompressionScheme [−][src]
pub enum SuperCompressionScheme { None, BasisLZ, ZStd, Vendor(u32), }
Expand description
The supercompression scheme for a crate::Texture
.
Variants
Vendor(u32)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SuperCompressionScheme
impl Send for SuperCompressionScheme
impl Sync for SuperCompressionScheme
impl Unpin for SuperCompressionScheme
impl UnwindSafe for SuperCompressionScheme
Blanket Implementations
Mutably borrows from an owned value. Read more