pub struct App<V: GlowVertexAttribs> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> !Freeze for App<V>
impl<V> !RefUnwindSafe for App<V>
impl<V> !Send for App<V>
impl<V> !Sync for App<V>
impl<V> Unpin for App<V>where
V: Unpin,
impl<V> !UnwindSafe for App<V>
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