#[repr(C)]pub struct Region {
pub rects: *mut Region_Rect,
pub rectNumber: i32,
}Expand description
indicates a dirty region where content is updated.
Available since API-level: 8
Fields§
§rects: *mut Region_Rect§rectNumber: i32if rectNumber is 0, fill the Buffer dirty size by default
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Region
impl RefUnwindSafe for Region
impl !Send for Region
impl !Sync for Region
impl Unpin for Region
impl UnsafeUnpin for Region
impl UnwindSafe for Region
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