Struct subtr_actor::MetadataFrame
source · pub struct MetadataFrame {
pub time: f32,
pub seconds_remaining: i32,
}Fields§
§time: f32§seconds_remaining: i32Trait Implementations§
source§impl Clone for MetadataFrame
impl Clone for MetadataFrame
source§fn clone(&self) -> MetadataFrame
fn clone(&self) -> MetadataFrame
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 MetadataFrame
impl Debug for MetadataFrame
source§impl PartialEq<MetadataFrame> for MetadataFrame
impl PartialEq<MetadataFrame> for MetadataFrame
source§fn eq(&self, other: &MetadataFrame) -> bool
fn eq(&self, other: &MetadataFrame) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MetadataFrame
impl Serialize for MetadataFrame
impl StructuralPartialEq for MetadataFrame
Auto Trait Implementations§
impl RefUnwindSafe for MetadataFrame
impl Send for MetadataFrame
impl Sync for MetadataFrame
impl Unpin for MetadataFrame
impl UnwindSafe for MetadataFrame
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