Struct ostree_sys::OstreeRepoFinderMountClass
source · [−]#[repr(C)]pub struct OstreeRepoFinderMountClass {
pub parent_class: GObjectClass,
}Fields
parent_class: GObjectClassTrait Implementations
sourceimpl Clone for OstreeRepoFinderMountClass
impl Clone for OstreeRepoFinderMountClass
sourcefn clone(&self) -> OstreeRepoFinderMountClass
fn clone(&self) -> OstreeRepoFinderMountClass
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 OstreeRepoFinderMountClass
impl Debug for OstreeRepoFinderMountClass
impl Copy for OstreeRepoFinderMountClass
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoFinderMountClass
impl !Send for OstreeRepoFinderMountClass
impl !Sync for OstreeRepoFinderMountClass
impl Unpin for OstreeRepoFinderMountClass
impl UnwindSafe for OstreeRepoFinderMountClass
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