#[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_intTrait Implementations§
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