Struct gio_sys::GMountOperation [−][src]
#[repr(C)]pub struct GMountOperation { pub parent_instance: GObject, pub priv_: *mut GMountOperationPrivate, }
Fields
parent_instance: GObject
priv_: *mut GMountOperationPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GMountOperation
impl !Send for GMountOperation
impl !Sync for GMountOperation
impl Unpin for GMountOperation
impl UnwindSafe for GMountOperation
Blanket Implementations
Mutably borrows from an owned value. Read more