Enum gdk_sys::GdkStatus [] [src]

#[repr(C)]
pub enum GdkStatus { Ok, Error, ErrorParam, ErrorFile, ErrorMem, }

Variants

Trait Implementations

impl Clone for GdkStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkStatus
[src]

impl Debug for GdkStatus
[src]

Formats the value using the given formatter.

impl Eq for GdkStatus
[src]

impl PartialEq for GdkStatus
[src]

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

This method tests for !=.