pub struct ControlTimelineSnapshot { /* private fields */ }Implementations§
Source§impl ControlTimelineSnapshot
impl ControlTimelineSnapshot
pub const fn capacity(&self) -> usize
pub const fn render_frame(&self) -> u64
pub fn pending_events(&self) -> &[TimedPlayerControl]
Trait Implementations§
Source§impl Clone for ControlTimelineSnapshot
impl Clone for ControlTimelineSnapshot
Source§fn clone(&self) -> ControlTimelineSnapshot
fn clone(&self) -> ControlTimelineSnapshot
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 ControlTimelineSnapshot
impl Debug for ControlTimelineSnapshot
Source§impl<'de> Deserialize<'de> for ControlTimelineSnapshot
impl<'de> Deserialize<'de> for ControlTimelineSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ControlTimelineSnapshot
impl PartialEq for ControlTimelineSnapshot
Source§impl Serialize for ControlTimelineSnapshot
impl Serialize for ControlTimelineSnapshot
impl StructuralPartialEq for ControlTimelineSnapshot
Auto Trait Implementations§
impl Freeze for ControlTimelineSnapshot
impl RefUnwindSafe for ControlTimelineSnapshot
impl Send for ControlTimelineSnapshot
impl Sync for ControlTimelineSnapshot
impl Unpin for ControlTimelineSnapshot
impl UnsafeUnpin for ControlTimelineSnapshot
impl UnwindSafe for ControlTimelineSnapshot
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