#[repr(u8)]pub enum FragmentOperationMode {
Gl = 0,
GasAcc = 1,
Shadow = 3,
}Expand description
Fragment operation modes.
Variants§
Trait Implementations§
Source§impl Clone for FragmentOperationMode
impl Clone for FragmentOperationMode
Source§fn clone(&self) -> FragmentOperationMode
fn clone(&self) -> FragmentOperationMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FragmentOperationMode
impl Debug for FragmentOperationMode
Source§impl PartialEq for FragmentOperationMode
impl PartialEq for FragmentOperationMode
Source§impl TryFrom<u8> for FragmentOperationMode
impl TryFrom<u8> for FragmentOperationMode
impl Copy for FragmentOperationMode
impl Eq for FragmentOperationMode
impl StructuralPartialEq for FragmentOperationMode
Auto Trait Implementations§
impl Freeze for FragmentOperationMode
impl RefUnwindSafe for FragmentOperationMode
impl Send for FragmentOperationMode
impl Sync for FragmentOperationMode
impl Unpin for FragmentOperationMode
impl UnwindSafe for FragmentOperationMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)