[][src]Struct ostree::SysrootDeployTreeOpts

pub struct SysrootDeployTreeOpts<'a> {
    pub override_kernel_argv: Option<&'a [&'a str]>,
    pub overlay_initrds: Option<&'a [&'a str]>,
}

Fields

override_kernel_argv: Option<&'a [&'a str]>overlay_initrds: Option<&'a [&'a str]>

Trait Implementations

impl<'a> Default for SysrootDeployTreeOpts<'a>[src]

impl<'a, 'b: 'a> ToGlibPtr<'a, *const OstreeSysrootDeployTreeOpts> for SysrootDeployTreeOpts<'b>[src]

type Storage = (Box<OstreeSysrootDeployTreeOpts>, <Option<&'a [&'a str]> as ToGlibPtr<'a, *mut *mut c_char>>::Storage, <Option<&'a [&'a str]> as ToGlibPtr<'a, *mut *mut c_char>>::Storage)

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, 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.