Struct ostree_sys::OstreeSysrootWriteDeploymentsOpts [−][src]
#[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
Auto Trait Implementations
impl !Send for OstreeSysrootWriteDeploymentsOpts
impl !Sync for OstreeSysrootWriteDeploymentsOpts
impl Unpin for OstreeSysrootWriteDeploymentsOpts
Blanket Implementations
Mutably borrows from an owned value. Read more