Enum gio_sys::GBusType [] [src]

#[repr(C)]
pub enum GBusType { Starter, None, System, Session, }

Variants

Trait Implementations

impl Clone for GBusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GBusType
[src]

impl Debug for GBusType
[src]

Formats the value using the given formatter.

impl Eq for GBusType
[src]

impl PartialEq for GBusType
[src]

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

This method tests for !=.