pub struct Dust {
pub color: Int,
pub scale: Float,
}
Fields§
§color: Int
§scale: Float
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dust
impl RefUnwindSafe for Dust
impl Send for Dust
impl Sync for Dust
impl Unpin for Dust
impl UnwindSafe for Dust
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