#[repr(u32)]pub enum dxt_constants {
cDXT1SelectorBits = 2,
cDXT1SelectorValues = 4,
cDXT1SelectorMask = 3,
cDXT5SelectorValues = 8,
cDXT5SelectorMask = 7,
}Variants§
cDXT1SelectorBits = 2
cDXT1SelectorValues = 4
cDXT1SelectorMask = 3
cDXT5SelectorValues = 8
cDXT5SelectorMask = 7
Implementations§
Source§impl dxt_constants
impl dxt_constants
pub const cDXT5SelectorBits: dxt_constants = dxt_constants::cDXT1SelectorMask
Trait Implementations§
Source§impl Clone for dxt_constants
impl Clone for dxt_constants
Source§fn clone(&self) -> dxt_constants
fn clone(&self) -> dxt_constants
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 dxt_constants
impl Debug for dxt_constants
Source§impl Hash for dxt_constants
impl Hash for dxt_constants
Source§impl Ord for dxt_constants
impl Ord for dxt_constants
Source§fn cmp(&self, other: &dxt_constants) -> Ordering
fn cmp(&self, other: &dxt_constants) -> Ordering
1.21.0 · 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 dxt_constants
impl PartialEq for dxt_constants
Source§impl PartialOrd for dxt_constants
impl PartialOrd for dxt_constants
impl Copy for dxt_constants
impl Eq for dxt_constants
impl StructuralPartialEq for dxt_constants
Auto Trait Implementations§
impl Freeze for dxt_constants
impl RefUnwindSafe for dxt_constants
impl Send for dxt_constants
impl Sync for dxt_constants
impl Unpin for dxt_constants
impl UnwindSafe for dxt_constants
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