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