#[repr(i32)]pub enum bc1_approx_mode {
cBC1Ideal = 0,
cBC1NVidia = 1,
cBC1AMD = 2,
cBC1IdealRound4 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for bc1_approx_mode
impl Clone for bc1_approx_mode
Source§fn clone(&self) -> bc1_approx_mode
fn clone(&self) -> bc1_approx_mode
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 bc1_approx_mode
impl Debug for bc1_approx_mode
Source§impl Hash for bc1_approx_mode
impl Hash for bc1_approx_mode
Source§impl Ord for bc1_approx_mode
impl Ord for bc1_approx_mode
Source§fn cmp(&self, other: &bc1_approx_mode) -> Ordering
fn cmp(&self, other: &bc1_approx_mode) -> 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 bc1_approx_mode
impl PartialEq for bc1_approx_mode
Source§impl PartialOrd for bc1_approx_mode
impl PartialOrd for bc1_approx_mode
impl Copy for bc1_approx_mode
impl Eq for bc1_approx_mode
impl StructuralPartialEq for bc1_approx_mode
Auto Trait Implementations§
impl Freeze for bc1_approx_mode
impl RefUnwindSafe for bc1_approx_mode
impl Send for bc1_approx_mode
impl Sync for bc1_approx_mode
impl Unpin for bc1_approx_mode
impl UnwindSafe for bc1_approx_mode
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