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