#[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 · 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 VisualServerEnvironmentBG
impl Debug for VisualServerEnvironmentBG
Source§impl Hash for VisualServerEnvironmentBG
impl Hash for VisualServerEnvironmentBG
impl Copy for VisualServerEnvironmentBG
impl Eq for VisualServerEnvironmentBG
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 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