pub enum RepaintMode {
Nothing,
All,
AreaList(ModelRectVec),
Area(ModelRect),
}
Variants§
Implementations§
Source§impl RepaintMode
impl RepaintMode
pub fn join(self, mode: RepaintMode) -> RepaintMode
Trait Implementations§
Source§impl Clone for RepaintMode
impl Clone for RepaintMode
Source§fn clone(&self) -> RepaintMode
fn clone(&self) -> RepaintMode
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for RepaintMode
impl RefUnwindSafe for RepaintMode
impl Send for RepaintMode
impl Sync for RepaintMode
impl Unpin for RepaintMode
impl UnwindSafe for RepaintMode
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