pub struct DetailedLightData { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for DetailedLightData
impl Debug for DetailedLightData
Source§impl Default for DetailedLightData
impl Default for DetailedLightData
Source§impl Drop for DetailedLightData
impl Drop for DetailedLightData
impl Send for DetailedLightData
Auto Trait Implementations§
impl !Sync for DetailedLightData
impl Freeze for DetailedLightData
impl RefUnwindSafe for DetailedLightData
impl Unpin for DetailedLightData
impl UnsafeUnpin for DetailedLightData
impl UnwindSafe for DetailedLightData
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