Struct gstreamer_sys::GstClock
source · #[repr(C)]pub struct GstClock {
pub object: GstObject,
pub priv_: *mut GstClockPrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§object: GstObject
§priv_: *mut GstClockPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstClock
impl RefUnwindSafe for GstClock
impl !Send for GstClock
impl !Sync for GstClock
impl Unpin for GstClock
impl UnwindSafe for GstClock
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
)