Enum gaol::platform::macos::Operation [] [src]

pub enum Operation {
    MachLookup(Vec<u8>),
}

Mac OS X-specific operations.

Variants

Lookups to the given Mach service are allowed.

Trait Implementations

impl Clone for Operation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Operation
[src]

Formats the value using the given formatter.