Struct makepad_widgets::NextFrameEvent
pub struct NextFrameEvent {
pub frame: u64,
pub time: f64,
pub set: HashSet<NextFrame, RandomState>,
}
Fields§
§frame: u64
§time: f64
§set: HashSet<NextFrame, RandomState>
Trait Implementations§
§impl Clone for NextFrameEvent
impl Clone for NextFrameEvent
§fn clone(&self) -> NextFrameEvent
fn clone(&self) -> NextFrameEvent
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 more§impl Debug for NextFrameEvent
impl Debug for NextFrameEvent
§impl Default for NextFrameEvent
impl Default for NextFrameEvent
§fn default() -> NextFrameEvent
fn default() -> NextFrameEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NextFrameEvent
impl Send for NextFrameEvent
impl Sync for NextFrameEvent
impl Unpin for NextFrameEvent
impl UnwindSafe for NextFrameEvent
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