Struct ostree_sys::OstreeCollectionRef [−][src]
#[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
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
Mutably borrows from an owned value. Read more