Struct ostree_sys::OstreeAsyncProgressClass
source · [−]#[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
sourceimpl Clone for OstreeAsyncProgressClass
impl Clone for OstreeAsyncProgressClass
sourcefn clone(&self) -> OstreeAsyncProgressClass
fn clone(&self) -> OstreeAsyncProgressClass
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
sourceimpl Debug for OstreeAsyncProgressClass
impl Debug for OstreeAsyncProgressClass
impl Copy for OstreeAsyncProgressClass
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
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