Struct egui::RepaintCause
source · pub struct RepaintCause {
pub file: &'static str,
pub line: u32,
pub reason: Cow<'static, str>,
}
Expand description
What called Context::request_repaint
or Context::request_discard
?
Fields§
§file: &'static str
What file had the call that requested the repaint?
line: u32
What line number of the call that requested the repaint?
reason: Cow<'static, str>
Explicit reason; human readable.
Implementations§
source§impl RepaintCause
impl RepaintCause
Trait Implementations§
source§impl Clone for RepaintCause
impl Clone for RepaintCause
source§fn clone(&self) -> RepaintCause
fn clone(&self) -> RepaintCause
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 moresource§impl Debug for RepaintCause
impl Debug for RepaintCause
source§impl Display for RepaintCause
impl Display for RepaintCause
source§impl Hash for RepaintCause
impl Hash for RepaintCause
source§impl PartialEq for RepaintCause
impl PartialEq for RepaintCause
impl Eq for RepaintCause
impl StructuralPartialEq for RepaintCause
Auto Trait Implementations§
impl Freeze for RepaintCause
impl RefUnwindSafe for RepaintCause
impl Send for RepaintCause
impl Sync for RepaintCause
impl Unpin for RepaintCause
impl UnwindSafe for RepaintCause
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)