pub enum FogType {
Linear = 0,
ExpX = 1,
Exp2X = 2,
}Expand description
Fog type.
Variants§
Implementations§
Trait Implementations§
impl Copy for FogType
impl Eq for FogType
impl StructuralPartialEq for FogType
Auto Trait Implementations§
impl Freeze for FogType
impl RefUnwindSafe for FogType
impl Send for FogType
impl Sync for FogType
impl Unpin for FogType
impl UnsafeUnpin for FogType
impl UnwindSafe for FogType
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