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