pub struct NextFrameEvent {
pub frame: u64,
pub time: f64,
pub set: HashSet<NextFrame>,
}
Fields§
§frame: u64
§time: f64
§set: HashSet<NextFrame>
Trait Implementations§
Source§impl Clone for NextFrameEvent
impl Clone for NextFrameEvent
Source§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 moreSource§impl Debug for NextFrameEvent
impl Debug for NextFrameEvent
Source§impl Default for NextFrameEvent
impl Default for NextFrameEvent
Source§fn default() -> NextFrameEvent
fn default() -> NextFrameEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NextFrameEvent
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> ActionTrait for T
impl<T> ActionTrait for T
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