Struct ostree_sys::OstreeAsyncProgressClass [−][src]
#[repr(C)]pub struct OstreeAsyncProgressClass { pub parent_class: GObjectClass, pub changed: Option<unsafe extern "C" fn(_: *mut OstreeAsyncProgress, _: gpointer)>, }
Fields
parent_class: GObjectClasschanged: Option<unsafe extern "C" fn(_: *mut OstreeAsyncProgress, _: gpointer)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeAsyncProgressClass
impl !Send for OstreeAsyncProgressClass
impl !Sync for OstreeAsyncProgressClass
impl Unpin for OstreeAsyncProgressClass
impl UnwindSafe for OstreeAsyncProgressClass
Blanket Implementations
Mutably borrows from an owned value. Read more