#[repr(C)]pub struct OsmGpsMapImage {
pub parent: GObject,
pub priv_: *mut OsmGpsMapImagePrivate,
}Fields§
§parent: GObject§priv_: *mut OsmGpsMapImagePrivateTrait Implementations§
Source§impl Clone for OsmGpsMapImage
impl Clone for OsmGpsMapImage
Source§fn clone(&self) -> OsmGpsMapImage
fn clone(&self) -> OsmGpsMapImage
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 OsmGpsMapImage
impl Debug for OsmGpsMapImage
impl Copy for OsmGpsMapImage
Auto Trait Implementations§
impl Freeze for OsmGpsMapImage
impl RefUnwindSafe for OsmGpsMapImage
impl !Send for OsmGpsMapImage
impl !Sync for OsmGpsMapImage
impl Unpin for OsmGpsMapImage
impl UnwindSafe for OsmGpsMapImage
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