#[repr(C)]pub struct GIRepositoryClass {
pub parent: GObjectClass,
}Fields§
§parent: GObjectClassTrait Implementations§
Source§impl Clone for GIRepositoryClass
impl Clone for GIRepositoryClass
Source§fn clone(&self) -> GIRepositoryClass
fn clone(&self) -> GIRepositoryClass
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 GIRepositoryClass
impl Debug for GIRepositoryClass
impl Copy for GIRepositoryClass
Auto Trait Implementations§
impl Freeze for GIRepositoryClass
impl RefUnwindSafe for GIRepositoryClass
impl !Send for GIRepositoryClass
impl !Sync for GIRepositoryClass
impl Unpin for GIRepositoryClass
impl UnwindSafe for GIRepositoryClass
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