pub struct InfoPanel;Expand description
Information panel showing luminaire details
Implementations§
Auto Trait Implementations§
impl Freeze for InfoPanel
impl RefUnwindSafe for InfoPanel
impl Send for InfoPanel
impl Sync for InfoPanel
impl Unpin for InfoPanel
impl UnsafeUnpin for InfoPanel
impl UnwindSafe for InfoPanel
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