Struct ostree_sys::OstreeSysrootDeployTreeOpts [−][src]
#[repr(C)]pub struct OstreeSysrootDeployTreeOpts { pub unused_bools: [gboolean; 8], pub unused_ints: [c_int; 8], pub override_kernel_argv: *mut *mut c_char, pub overlay_initrds: *mut *mut c_char, pub unused_ptrs: [gpointer; 6], }
Fields
unused_bools: [gboolean; 8]unused_ints: [c_int; 8]override_kernel_argv: *mut *mut c_charoverlay_initrds: *mut *mut c_charunused_ptrs: [gpointer; 6]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeSysrootDeployTreeOpts
impl !Send for OstreeSysrootDeployTreeOpts
impl !Sync for OstreeSysrootDeployTreeOpts
impl Unpin for OstreeSysrootDeployTreeOpts
impl UnwindSafe for OstreeSysrootDeployTreeOpts
Blanket Implementations
Mutably borrows from an owned value. Read more