pub struct UpdateRegion {
pub x: usize,
pub y: usize,
pub w: usize,
pub h: usize,
}Fields§
§x: usize§y: usize§w: usize§h: usizeTrait Implementations§
Source§impl Clone for UpdateRegion
impl Clone for UpdateRegion
Source§fn clone(&self) -> UpdateRegion
fn clone(&self) -> UpdateRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UpdateRegion
Auto Trait Implementations§
impl Freeze for UpdateRegion
impl RefUnwindSafe for UpdateRegion
impl Send for UpdateRegion
impl Sync for UpdateRegion
impl Unpin for UpdateRegion
impl UnsafeUnpin for UpdateRegion
impl UnwindSafe for UpdateRegion
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