Struct dacite::xcb_wrapper::xcb_visualid_t [] [src]

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

Trait Implementations

impl Clone for xcb_visualid_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for xcb_visualid_t
[src]

impl PartialEq<xcb_visualid_t> for xcb_visualid_t
[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 xcb_visualid_t
[src]

impl Debug for xcb_visualid_t
[src]

Formats the value using the given formatter.

impl Hash for xcb_visualid_t
[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 xcb_visualid_t
[src]

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