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