Struct comfy_core::FrameParams
source · pub struct FrameParams {
pub frame: u32,
pub delta: f32,
pub time: f32,
}Fields§
§frame: u32§delta: f32§time: f32Trait Implementations§
source§impl Clone for FrameParams
impl Clone for FrameParams
source§fn clone(&self) -> FrameParams
fn clone(&self) -> FrameParams
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 moreAuto Trait Implementations§
impl RefUnwindSafe for FrameParams
impl Send for FrameParams
impl Sync for FrameParams
impl Unpin for FrameParams
impl UnwindSafe for FrameParams
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