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