pub struct PreparedFrame {
pub now_ms: i64,
pub active_events: Vec<LayoutEvent>,
}Fields§
§now_ms: i64§active_events: Vec<LayoutEvent>Trait Implementations§
Source§impl Clone for PreparedFrame
impl Clone for PreparedFrame
Source§fn clone(&self) -> PreparedFrame
fn clone(&self) -> PreparedFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PreparedFrame
impl Debug for PreparedFrame
Source§impl Default for PreparedFrame
impl Default for PreparedFrame
Source§fn default() -> PreparedFrame
fn default() -> PreparedFrame
Returns the “default value” for a type. Read more
Source§impl PartialEq for PreparedFrame
impl PartialEq for PreparedFrame
Source§fn eq(&self, other: &PreparedFrame) -> bool
fn eq(&self, other: &PreparedFrame) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreparedFrame
Auto Trait Implementations§
impl Freeze for PreparedFrame
impl RefUnwindSafe for PreparedFrame
impl Send for PreparedFrame
impl Sync for PreparedFrame
impl Unpin for PreparedFrame
impl UnsafeUnpin for PreparedFrame
impl UnwindSafe for PreparedFrame
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