#[repr(u32)]pub enum VisualServerEnvironmentSSAOBlur {
EnvSsaoBlurDisabled = 0,
EnvSsaoBlur1x1 = 1,
EnvSsaoBlur2x2 = 2,
EnvSsaoBlur3x3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualServerEnvironmentSSAOBlur
impl Clone for VisualServerEnvironmentSSAOBlur
Source§fn clone(&self) -> VisualServerEnvironmentSSAOBlur
fn clone(&self) -> VisualServerEnvironmentSSAOBlur
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 PartialEq for VisualServerEnvironmentSSAOBlur
impl PartialEq for VisualServerEnvironmentSSAOBlur
Source§fn eq(&self, other: &VisualServerEnvironmentSSAOBlur) -> bool
fn eq(&self, other: &VisualServerEnvironmentSSAOBlur) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualServerEnvironmentSSAOBlur
impl Eq for VisualServerEnvironmentSSAOBlur
impl StructuralPartialEq for VisualServerEnvironmentSSAOBlur
Auto Trait Implementations§
impl Freeze for VisualServerEnvironmentSSAOBlur
impl RefUnwindSafe for VisualServerEnvironmentSSAOBlur
impl Send for VisualServerEnvironmentSSAOBlur
impl Sync for VisualServerEnvironmentSSAOBlur
impl Unpin for VisualServerEnvironmentSSAOBlur
impl UnwindSafe for VisualServerEnvironmentSSAOBlur
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