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