pub struct PpcQ3FogStyleData {
pub state: u32,
pub mode: u32,
pub fog_start: f32,
pub fog_end: f32,
pub density: f32,
pub color: (f32, f32, f32, f32),
}Fields§
§state: u32§mode: u32§fog_start: f32§fog_end: f32§density: f32§color: (f32, f32, f32, f32)Trait Implementations§
Source§impl Clone for PpcQ3FogStyleData
impl Clone for PpcQ3FogStyleData
Source§fn clone(&self) -> PpcQ3FogStyleData
fn clone(&self) -> PpcQ3FogStyleData
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 PpcQ3FogStyleData
Source§impl Debug for PpcQ3FogStyleData
impl Debug for PpcQ3FogStyleData
Source§impl<'de> Deserialize<'de> for PpcQ3FogStyleData
impl<'de> Deserialize<'de> for PpcQ3FogStyleData
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
Source§impl PartialEq for PpcQ3FogStyleData
impl PartialEq for PpcQ3FogStyleData
Source§impl Serialize for PpcQ3FogStyleData
impl Serialize for PpcQ3FogStyleData
impl StructuralPartialEq for PpcQ3FogStyleData
Auto Trait Implementations§
impl Freeze for PpcQ3FogStyleData
impl RefUnwindSafe for PpcQ3FogStyleData
impl Send for PpcQ3FogStyleData
impl Sync for PpcQ3FogStyleData
impl Unpin for PpcQ3FogStyleData
impl UnsafeUnpin for PpcQ3FogStyleData
impl UnwindSafe for PpcQ3FogStyleData
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