pub struct Lightposition { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for Lightposition
impl Default for Lightposition
Source§fn default() -> Lightposition
fn default() -> Lightposition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Lightposition
impl RefUnwindSafe for Lightposition
impl Send for Lightposition
impl Sync for Lightposition
impl Unpin for Lightposition
impl UnwindSafe for Lightposition
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