#[repr(C)]pub struct Gloc {
pub transform: Gint,
pub position: Gpoint,
}Fields§
§transform: Gint§position: GpointTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gloc
impl RefUnwindSafe for Gloc
impl Send for Gloc
impl Sync for Gloc
impl Unpin for Gloc
impl UnwindSafe for Gloc
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