pub struct LightPosition { /* private fields */ }
Implementations§
Source§impl LightPosition
impl LightPosition
Source§impl LightPosition
impl LightPosition
Trait Implementations§
Source§impl Clone for LightPosition
impl Clone for LightPosition
Source§fn clone(&self) -> LightPosition
fn clone(&self) -> LightPosition
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 LightPosition
impl Debug for LightPosition
Source§impl Default for LightPosition
impl Default for LightPosition
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