Trait grafix_toolbox::GL::window::WindowPolicy[][src]

pub trait WindowPolicy {
    fn size() -> uVec2;
fn aspect() -> Vec2;
fn pixel() -> Vec2;
unsafe fn clipboard(&self) -> String;
fn set_clipboard(&mut self, str: &str);
fn resize(&mut self, size: uVec2);
fn draw_to_misc(&mut self);
fn draw_to_screen(&mut self);
fn poll_events(&mut self) -> Vec<Event>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn swap(&mut self); }

Required methods

Implementors