pub struct BaseLight { /* private fields */ }Trait Implementations§
impl Copy for BaseLight
Auto Trait Implementations§
impl Freeze for BaseLight
impl RefUnwindSafe for BaseLight
impl Send for BaseLight
impl Sync for BaseLight
impl Unpin for BaseLight
impl UnwindSafe for BaseLight
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