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