#[repr(C)]pub struct Gextent {
pub concat: Gpoint,
pub corner_1: Gpoint,
pub corner_2: Gpoint,
pub corner_3: Gpoint,
pub corner_4: Gpoint,
}Fields§
§concat: Gpoint§corner_1: Gpoint§corner_2: Gpoint§corner_3: Gpoint§corner_4: GpointTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gextent
impl RefUnwindSafe for Gextent
impl Send for Gextent
impl Sync for Gextent
impl Unpin for Gextent
impl UnwindSafe for Gextent
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