Struct cxx_qt_lib::QUrl
source · [−]#[repr(C)]pub struct QUrl { /* private fields */ }
Expand description
The QUrl class provides a convenient interface for working with URLs.
Implementations
Trait Implementations
sourceimpl ExternType for QUrl
impl ExternType for QUrl
Auto Trait Implementations
impl RefUnwindSafe for QUrl
impl Send for QUrl
impl Sync for QUrl
impl Unpin for QUrl
impl UnwindSafe for QUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more