#[repr(C)]pub struct OstreeSysrootWriteDeploymentsOpts {
pub do_postclean: gboolean,
pub unused_bools: [gboolean; 7],
pub unused_ints: [c_int; 7],
pub unused_ptrs: [gpointer; 7],
}Fields
do_postclean: gbooleanunused_bools: [gboolean; 7]unused_ints: [c_int; 7]unused_ptrs: [gpointer; 7]Trait Implementations
sourceimpl Clone for OstreeSysrootWriteDeploymentsOpts
impl Clone for OstreeSysrootWriteDeploymentsOpts
sourcefn clone(&self) -> OstreeSysrootWriteDeploymentsOpts
fn clone(&self) -> OstreeSysrootWriteDeploymentsOpts
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for OstreeSysrootWriteDeploymentsOpts
Auto Trait Implementations
impl RefUnwindSafe for OstreeSysrootWriteDeploymentsOpts
impl !Send for OstreeSysrootWriteDeploymentsOpts
impl !Sync for OstreeSysrootWriteDeploymentsOpts
impl Unpin for OstreeSysrootWriteDeploymentsOpts
impl UnwindSafe for OstreeSysrootWriteDeploymentsOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more