pub struct RedrawEvent {
pub area: Area,
}
Fields§
§area: Area
Trait Implementations§
Source§impl Clone for RedrawEvent
impl Clone for RedrawEvent
Source§fn clone(&self) -> RedrawEvent
fn clone(&self) -> RedrawEvent
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 RedrawEvent
impl Debug for RedrawEvent
Source§impl Default for RedrawEvent
impl Default for RedrawEvent
Source§fn default() -> RedrawEvent
fn default() -> RedrawEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RedrawEvent
impl RefUnwindSafe for RedrawEvent
impl Send for RedrawEvent
impl Sync for RedrawEvent
impl Unpin for RedrawEvent
impl UnwindSafe for RedrawEvent
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