Struct glutin::WindowID [] [src]

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

A wrapper for a native window pointer.

Fields

Methods

impl WindowID
[src]

[src]

Trait Implementations

impl Debug for WindowID
[src]

[src]

Formats the value using the given formatter.

impl Clone for WindowID
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for WindowID
[src]

impl Sync for WindowID
[src]