pub struct EnvLightglow {
pub angles: Angles,
pub glowproxysize: f32,
pub hdrcolorscale: Option<f32>,
pub horizontalglowsize: u16,
pub maxdist: u16,
pub mindist: u16,
pub origin: Vector,
pub outermaxdist: Option<u16>,
pub rendercolor: Color,
pub spawnflags: Option<u32>,
pub verticalglowsize: u16,
}Fields§
§angles: Angles§glowproxysize: f32§hdrcolorscale: Option<f32>§horizontalglowsize: u16§maxdist: u16§mindist: u16§origin: Vector§outermaxdist: Option<u16>§rendercolor: Color§spawnflags: Option<u32>§verticalglowsize: u16Trait Implementations§
Source§impl Clone for EnvLightglow
impl Clone for EnvLightglow
Source§fn clone(&self) -> EnvLightglow
fn clone(&self) -> EnvLightglow
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 EnvLightglow
impl Debug for EnvLightglow
Source§impl<'de> Deserialize<'de> for EnvLightglow
impl<'de> Deserialize<'de> for EnvLightglow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EnvLightglow
impl RefUnwindSafe for EnvLightglow
impl Send for EnvLightglow
impl Sync for EnvLightglow
impl Unpin for EnvLightglow
impl UnwindSafe for EnvLightglow
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