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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstTestClockClass
Auto Trait Implementations§
impl !Send for GstTestClockClass
impl !Sync for GstTestClockClass
impl Freeze for GstTestClockClass
impl RefUnwindSafe for GstTestClockClass
impl Unpin for GstTestClockClass
impl UnsafeUnpin 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