#[repr(C)]pub struct OstreeAsyncProgressClass {
pub parent_class: GObjectClass,
pub changed: Option<unsafe extern "C" fn(*mut OstreeAsyncProgress, gpointer)>,
}Fields§
§parent_class: GObjectClass§changed: Option<unsafe extern "C" fn(*mut OstreeAsyncProgress, gpointer)>Trait Implementations§
Source§impl Clone for OstreeAsyncProgressClass
impl Clone for OstreeAsyncProgressClass
Source§fn clone(&self) -> OstreeAsyncProgressClass
fn clone(&self) -> OstreeAsyncProgressClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OstreeAsyncProgressClass
impl Debug for OstreeAsyncProgressClass
impl Copy for OstreeAsyncProgressClass
Auto Trait Implementations§
impl Freeze for OstreeAsyncProgressClass
impl RefUnwindSafe for OstreeAsyncProgressClass
impl !Send for OstreeAsyncProgressClass
impl !Sync for OstreeAsyncProgressClass
impl Unpin for OstreeAsyncProgressClass
impl UnwindSafe for OstreeAsyncProgressClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more