#[repr(C)]pub struct Region_Rect {
pub x: i32,
pub y: i32,
pub w: u32,
pub h: u32,
}Available on crate feature
native_window only.Expand description
if rects is nullptr, fill the Buffer dirty size by default
Fields§
§x: i32§y: i32§w: u32§h: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Region_Rect
impl RefUnwindSafe for Region_Rect
impl Send for Region_Rect
impl Sync for Region_Rect
impl Unpin for Region_Rect
impl UnwindSafe for Region_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