#[repr(C)]pub struct BaseLight { /* private fields */ }Trait Implementations§
impl Copy for BaseLight
Auto Trait Implementations§
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