pub struct GraphicsContext {
pub window: Window,
}
Fields§
§window: Window
Implementations§
Auto Trait Implementations§
impl !Freeze for GraphicsContext
impl !RefUnwindSafe for GraphicsContext
impl !Send for GraphicsContext
impl !Sync for GraphicsContext
impl Unpin for GraphicsContext
impl !UnwindSafe for GraphicsContext
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