#[repr(C)]pub struct GstControlPoint {
pub timestamp: GstClockTime,
pub value: c_double,
pub cache: GstControlPoint_cache,
}
Fields§
§timestamp: GstClockTime
§value: c_double
§cache: GstControlPoint_cache
Trait Implementations§
source§impl Clone for GstControlPoint
impl Clone for GstControlPoint
source§fn clone(&self) -> GstControlPoint
fn clone(&self) -> GstControlPoint
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 GstControlPoint
impl Debug for GstControlPoint
impl Copy for GstControlPoint
Auto Trait Implementations§
impl Freeze for GstControlPoint
impl RefUnwindSafe for GstControlPoint
impl Send for GstControlPoint
impl Sync for GstControlPoint
impl Unpin for GstControlPoint
impl UnwindSafe for GstControlPoint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)