#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OstreeAsyncProgressClass
Auto Trait Implementations§
impl !Send for OstreeAsyncProgressClass
impl !Sync for OstreeAsyncProgressClass
impl Freeze for OstreeAsyncProgressClass
impl RefUnwindSafe for OstreeAsyncProgressClass
impl Unpin for OstreeAsyncProgressClass
impl UnsafeUnpin 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