#[repr(C)]pub struct OstreeCollectionRef {
pub collection_id: *mut c_char,
pub ref_name: *mut c_char,
}Fields§
§collection_id: *mut c_char§ref_name: *mut c_charTrait Implementations§
Source§impl Clone for OstreeCollectionRef
impl Clone for OstreeCollectionRef
Source§fn clone(&self) -> OstreeCollectionRef
fn clone(&self) -> OstreeCollectionRef
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 OstreeCollectionRef
Auto Trait Implementations§
impl !Send for OstreeCollectionRef
impl !Sync for OstreeCollectionRef
impl Freeze for OstreeCollectionRef
impl RefUnwindSafe for OstreeCollectionRef
impl Unpin for OstreeCollectionRef
impl UnsafeUnpin for OstreeCollectionRef
impl UnwindSafe for OstreeCollectionRef
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