Struct dacite::xlib_wrapper::Window [] [src]

#[repr(C)]
pub struct Window(pub u32);

Trait Implementations

impl Clone for Window
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Window
[src]

impl PartialEq<Window> for Window
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Window
[src]

impl Debug for Window
[src]

Formats the value using the given formatter.

impl Hash for Window
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for Window
[src]

Returns the "default value" for a type. Read more