Enum dbus::NameFlag [] [src]

#[repr(C)]
pub enum NameFlag { AllowReplacement, ReplaceExisting, DoNotQueue, }

Variants

Trait Implementations

impl Debug for DBusNameFlag
[src]

Formats the value using the given formatter.

impl PartialEq for DBusNameFlag
[src]

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

This method tests for !=.

impl Copy for DBusNameFlag
[src]

impl Clone for DBusNameFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more