Struct ostree_sys::OstreeCollectionRef
source · [−]#[repr(C)]pub struct OstreeCollectionRef {
pub collection_id: *mut c_char,
pub ref_name: *mut c_char,
}Fields
collection_id: *mut c_charref_name: *mut c_charTrait Implementations
sourceimpl Clone for OstreeCollectionRef
impl Clone for OstreeCollectionRef
sourcefn clone(&self) -> OstreeCollectionRef
fn clone(&self) -> OstreeCollectionRef
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 OstreeCollectionRef
impl Debug for OstreeCollectionRef
impl Copy for OstreeCollectionRef
Auto Trait Implementations
impl RefUnwindSafe for OstreeCollectionRef
impl !Send for OstreeCollectionRef
impl !Sync for OstreeCollectionRef
impl Unpin for OstreeCollectionRef
impl UnwindSafe for OstreeCollectionRef
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