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