#[repr(C)]pub struct GstTimedValue {
pub timestamp: GstClockTime,
pub value: c_double,
}Fields§
§timestamp: GstClockTime§value: c_doubleTrait Implementations§
Source§impl Clone for GstTimedValue
impl Clone for GstTimedValue
impl Copy for GstTimedValue
Auto Trait Implementations§
impl Freeze for GstTimedValue
impl RefUnwindSafe for GstTimedValue
impl Send for GstTimedValue
impl Sync for GstTimedValue
impl Unpin for GstTimedValue
impl UnsafeUnpin for GstTimedValue
impl UnwindSafe for GstTimedValue
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