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 OstreeSysrootDeployTreeOptsimpl !Send for OstreeSysrootDeployTreeOptsimpl !Sync for OstreeSysrootDeployTreeOptsimpl Unpin for OstreeSysrootDeployTreeOptsimpl UnwindSafe for OstreeSysrootDeployTreeOptsBlanket Implementations
Mutably borrows from an owned value. Read more