#[repr(C)]pub struct OnscreenDirtyInfo {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}Fields§
§x: i32§y: i32§width: i32§height: i32Trait Implementations§
Source§impl Clone for OnscreenDirtyInfo
impl Clone for OnscreenDirtyInfo
Source§fn clone(&self) -> OnscreenDirtyInfo
fn clone(&self) -> OnscreenDirtyInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OnscreenDirtyInfo
impl Debug for OnscreenDirtyInfo
Source§impl Hash for OnscreenDirtyInfo
impl Hash for OnscreenDirtyInfo
Source§impl PartialEq for OnscreenDirtyInfo
impl PartialEq for OnscreenDirtyInfo
impl Copy for OnscreenDirtyInfo
impl Eq for OnscreenDirtyInfo
impl StructuralPartialEq for OnscreenDirtyInfo
Auto Trait Implementations§
impl Freeze for OnscreenDirtyInfo
impl RefUnwindSafe for OnscreenDirtyInfo
impl Send for OnscreenDirtyInfo
impl Sync for OnscreenDirtyInfo
impl Unpin for OnscreenDirtyInfo
impl UnwindSafe for OnscreenDirtyInfo
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