Enum magenta::VmoCloneOpts [] [src]

#[repr(u32)]
pub enum VmoCloneOpts { CopyOnWrite, }

Variants

Create a copy-on-write clone.

Trait Implementations

impl Debug for VmoCloneOpts
[src]

Formats the value using the given formatter.

impl Copy for VmoCloneOpts
[src]

impl Clone for VmoCloneOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for VmoCloneOpts
[src]

impl PartialEq for VmoCloneOpts
[src]

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

This method tests for !=.

impl Default for VmoCloneOpts
[src]

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