struct Lightsabers<'a> {
red: &'a [f64],
green: &'a [f64],
blue: &'a [f64],
}Fields§
§red: &'a [f64]§green: &'a [f64]§blue: &'a [f64]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Lightsabers<'a>
impl<'a> RefUnwindSafe for Lightsabers<'a>
impl<'a> Send for Lightsabers<'a>
impl<'a> Sync for Lightsabers<'a>
impl<'a> Unpin for Lightsabers<'a>
impl<'a> UnwindSafe for Lightsabers<'a>
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