#[repr(C)]pub struct irect_s {
pub x: i32,
pub y: i32,
pub w: i32,
pub h: i32,
pub flags: i32,
}Fields§
§x: i32§y: i32§w: i32§h: i32§flags: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for irect_s
impl RefUnwindSafe for irect_s
impl Send for irect_s
impl Sync for irect_s
impl Unpin for irect_s
impl UnwindSafe for irect_s
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