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