#[repr(C)]pub struct Gqloc {
pub status: Gistat,
pub loc: Gloc,
}Fields§
§status: Gistat§loc: GlocTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gqloc
impl RefUnwindSafe for Gqloc
impl Send for Gqloc
impl Sync for Gqloc
impl Unpin for Gqloc
impl UnwindSafe for Gqloc
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