#[repr(C)]pub struct GRect {
pub origin: GPoint,
pub size: GSize,
}
Fields§
§origin: GPoint
§size: GSize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GRect
impl RefUnwindSafe for GRect
impl Send for GRect
impl Sync for GRect
impl Unpin for GRect
impl UnwindSafe for GRect
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