Struct GstTest Clock Class 
Source #[repr(C)]pub struct GstTestClockClass {
    pub parent_class: GstClockClass,
}Fields§
§parent_class: GstClockClassTrait Implementations§
Source§impl Clone for GstTestClockClass
 
impl Clone for GstTestClockClass
Source§fn clone(&self) -> GstTestClockClass
 
fn clone(&self) -> GstTestClockClass
Returns a duplicate 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 GstTestClockClass
 
impl Debug for GstTestClockClass
impl Copy for GstTestClockClass
Auto Trait Implementations§
impl Freeze for GstTestClockClass
impl RefUnwindSafe for GstTestClockClass
impl !Send for GstTestClockClass
impl !Sync for GstTestClockClass
impl Unpin for GstTestClockClass
impl UnwindSafe for GstTestClockClass
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