#[repr(C)]pub struct wxd_Rect {
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§x: c_int§y: c_int§width: c_int§height: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for wxd_Rect
impl RefUnwindSafe for wxd_Rect
impl Send for wxd_Rect
impl Sync for wxd_Rect
impl Unpin for wxd_Rect
impl UnwindSafe for wxd_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