Struct azalea_core::DustParticle
source · Fields
red: f32
Red value, 0-1
green: f32
Green value, 0-1
blue: f32
Blue value, 0-1
scale: f32
The scale, will be clamped between 0.01 and 4.
Trait Implementations
sourceimpl Clone for DustParticle
impl Clone for DustParticle
sourcefn clone(&self) -> DustParticle
fn clone(&self) -> DustParticle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DustParticle
impl Debug for DustParticle
sourceimpl McBufReadable for DustParticle
impl McBufReadable for DustParticle
sourceimpl McBufWritable for DustParticle
impl McBufWritable for DustParticle
Auto Trait Implementations
impl RefUnwindSafe for DustParticle
impl Send for DustParticle
impl Sync for DustParticle
impl Unpin for DustParticle
impl UnwindSafe for DustParticle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more