pub struct SupercompressionScheme(/* private fields */);Expand description
Supercompression applied to mip level data.
None (raw value 0) at the Header level means
no supercompression — level data is ready to use directly.
Vendor-specific schemes use IDs >= 0x10000.
Implementations§
Source§impl SupercompressionScheme
impl SupercompressionScheme
Trait Implementations§
Source§impl Clone for SupercompressionScheme
impl Clone for SupercompressionScheme
Source§fn clone(&self) -> SupercompressionScheme
fn clone(&self) -> SupercompressionScheme
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SupercompressionScheme
Source§impl Debug for SupercompressionScheme
impl Debug for SupercompressionScheme
impl Eq for SupercompressionScheme
Source§impl Hash for SupercompressionScheme
impl Hash for SupercompressionScheme
Source§impl Ord for SupercompressionScheme
impl Ord for SupercompressionScheme
Source§fn cmp(&self, other: &SupercompressionScheme) -> Ordering
fn cmp(&self, other: &SupercompressionScheme) -> Ordering
1.21.0 (const: unstable) · 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 SupercompressionScheme
impl PartialEq for SupercompressionScheme
Source§fn eq(&self, other: &SupercompressionScheme) -> bool
fn eq(&self, other: &SupercompressionScheme) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SupercompressionScheme
impl PartialOrd for SupercompressionScheme
impl StructuralPartialEq for SupercompressionScheme
Auto Trait Implementations§
impl Freeze for SupercompressionScheme
impl RefUnwindSafe for SupercompressionScheme
impl Send for SupercompressionScheme
impl Sync for SupercompressionScheme
impl Unpin for SupercompressionScheme
impl UnsafeUnpin for SupercompressionScheme
impl UnwindSafe for SupercompressionScheme
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