#[repr(C)]pub struct gs_rect {
pub x: c_int,
pub y: c_int,
pub cx: c_int,
pub cy: c_int,
}
Fields§
§x: c_int
§y: c_int
§cx: c_int
§cy: c_int
Trait Implementations§
Source§impl Ord for gs_rect
impl Ord for gs_rect
Source§impl PartialOrd for gs_rect
impl PartialOrd for gs_rect
impl Copy for gs_rect
impl Eq for gs_rect
impl StructuralPartialEq for gs_rect
Auto Trait Implementations§
impl Freeze for gs_rect
impl RefUnwindSafe for gs_rect
impl Send for gs_rect
impl Sync for gs_rect
impl Unpin for gs_rect
impl UnwindSafe for gs_rect
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