pub struct DamageReport {
pub dirty: DirtyRegionSet,
pub reasons: Vec<DamageReason>,
pub details: Vec<DamageDetail>,
}Fields§
§dirty: DirtyRegionSet§reasons: Vec<DamageReason>§details: Vec<DamageDetail>Trait Implementations§
Source§impl Clone for DamageReport
impl Clone for DamageReport
Source§fn clone(&self) -> DamageReport
fn clone(&self) -> DamageReport
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 moreAuto Trait Implementations§
impl Freeze for DamageReport
impl RefUnwindSafe for DamageReport
impl Send for DamageReport
impl Sync for DamageReport
impl Unpin for DamageReport
impl UnsafeUnpin for DamageReport
impl UnwindSafe for DamageReport
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