#[repr(C)]pub struct OstreeSysrootDeployTreeOpts {
pub locked: gboolean,
pub unused_bools: [gboolean; 7],
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§
§locked: gboolean§unused_bools: [gboolean; 7]§unused_ints: [c_int; 8]§override_kernel_argv: *mut *mut c_char§overlay_initrds: *mut *mut c_char§unused_ptrs: [gpointer; 6]Trait Implementations§
Source§impl Clone for OstreeSysrootDeployTreeOpts
impl Clone for OstreeSysrootDeployTreeOpts
Source§fn clone(&self) -> OstreeSysrootDeployTreeOpts
fn clone(&self) -> OstreeSysrootDeployTreeOpts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OstreeSysrootDeployTreeOpts
Auto Trait Implementations§
impl !Send for OstreeSysrootDeployTreeOpts
impl !Sync for OstreeSysrootDeployTreeOpts
impl Freeze for OstreeSysrootDeployTreeOpts
impl RefUnwindSafe for OstreeSysrootDeployTreeOpts
impl Unpin for OstreeSysrootDeployTreeOpts
impl UnsafeUnpin for OstreeSysrootDeployTreeOpts
impl UnwindSafe for OstreeSysrootDeployTreeOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more