#[repr(u32)]pub enum VisualServerEnvironmentBG {
EnvBgClearColor = 0,
EnvBgColor = 1,
EnvBgSky = 2,
EnvBgColorSky = 3,
EnvBgCanvas = 4,
EnvBgKeep = 5,
EnvBgMax = 6,
}Variants§
EnvBgClearColor = 0
EnvBgColor = 1
EnvBgSky = 2
EnvBgColorSky = 3
EnvBgCanvas = 4
EnvBgKeep = 5
EnvBgMax = 6
Trait Implementations§
Source§impl Clone for VisualServerEnvironmentBG
impl Clone for VisualServerEnvironmentBG
Source§fn clone(&self) -> VisualServerEnvironmentBG
fn clone(&self) -> VisualServerEnvironmentBG
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VisualServerEnvironmentBG
Source§impl Debug for VisualServerEnvironmentBG
impl Debug for VisualServerEnvironmentBG
impl Eq for VisualServerEnvironmentBG
Source§impl Hash for VisualServerEnvironmentBG
impl Hash for VisualServerEnvironmentBG
Source§impl PartialEq for VisualServerEnvironmentBG
impl PartialEq for VisualServerEnvironmentBG
Source§fn eq(&self, other: &VisualServerEnvironmentBG) -> bool
fn eq(&self, other: &VisualServerEnvironmentBG) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VisualServerEnvironmentBG
Auto Trait Implementations§
impl Freeze for VisualServerEnvironmentBG
impl RefUnwindSafe for VisualServerEnvironmentBG
impl Send for VisualServerEnvironmentBG
impl Sync for VisualServerEnvironmentBG
impl Unpin for VisualServerEnvironmentBG
impl UnsafeUnpin for VisualServerEnvironmentBG
impl UnwindSafe for VisualServerEnvironmentBG
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