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