Struct ostree_sys::OstreeContentWriterClass
source · [−]#[repr(C)]pub struct OstreeContentWriterClass {
pub parent_class: GOutputStreamClass,
}Fields
parent_class: GOutputStreamClassTrait Implementations
sourceimpl Clone for OstreeContentWriterClass
impl Clone for OstreeContentWriterClass
sourcefn clone(&self) -> OstreeContentWriterClass
fn clone(&self) -> OstreeContentWriterClass
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 OstreeContentWriterClass
impl Debug for OstreeContentWriterClass
impl Copy for OstreeContentWriterClass
Auto Trait Implementations
impl RefUnwindSafe for OstreeContentWriterClass
impl !Send for OstreeContentWriterClass
impl !Sync for OstreeContentWriterClass
impl Unpin for OstreeContentWriterClass
impl UnwindSafe for OstreeContentWriterClass
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