pub struct LightsaberOptions {
pub red: f64,
pub green: f64,
pub blue: f64,
}Fields§
§red: f64§green: f64§blue: f64Trait Implementations§
Source§impl Clone for LightsaberOptions
impl Clone for LightsaberOptions
Source§fn clone(&self) -> LightsaberOptions
fn clone(&self) -> LightsaberOptions
Returns a copy 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 LightsaberOptions
impl Debug for LightsaberOptions
Source§impl Serialize for LightsaberOptions
impl Serialize for LightsaberOptions
impl Copy for LightsaberOptions
Auto Trait Implementations§
impl Freeze for LightsaberOptions
impl RefUnwindSafe for LightsaberOptions
impl Send for LightsaberOptions
impl Sync for LightsaberOptions
impl Unpin for LightsaberOptions
impl UnwindSafe for LightsaberOptions
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