Struct glutin::WindowID [] [src]

pub struct WindowID {
    pub window: *mut c_void,
}

A wrapper for a native window pointer.

Fields

window: *mut c_void

Methods

impl WindowID
[src]

fn new(window: *mut c_void) -> WindowID

Trait Implementations

impl Clone for WindowID
[src]

fn clone(&self) -> WindowID

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for WindowID
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Send for WindowID
[src]

impl Sync for WindowID
[src]