Struct lxc_sys::migrate_opts[][src]

#[repr(C)]pub struct migrate_opts {
    pub directory: *mut c_char,
    pub verbose: bool,
    pub stop: bool,
    pub predump_dir: *mut c_char,
    pub pageserver_address: *mut c_char,
    pub pageserver_port: *mut c_char,
    pub preserves_inodes: bool,
    pub action_script: *mut c_char,
    pub disable_skip_in_flight: bool,
    pub ghost_limit: u64,
    pub features_to_check: u64,
}

Fields

directory: *mut c_charverbose: boolstop: boolpredump_dir: *mut c_charpageserver_address: *mut c_charpageserver_port: *mut c_charpreserves_inodes: boolaction_script: *mut c_chardisable_skip_in_flight: boolghost_limit: u64features_to_check: u64

Trait Implementations

impl Clone for migrate_opts[src]

impl Copy for migrate_opts[src]

impl Debug for migrate_opts[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.