#[repr(C)]pub struct OsmGpsMapLayer(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsmGpsMapLayer
impl RefUnwindSafe for OsmGpsMapLayer
impl Send for OsmGpsMapLayer
impl Sync for OsmGpsMapLayer
impl Unpin for OsmGpsMapLayer
impl UnwindSafe for OsmGpsMapLayer
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