#[repr(C)]pub struct _GstTestClockPrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstTestClockPrivate
impl RefUnwindSafe for _GstTestClockPrivate
impl !Send for _GstTestClockPrivate
impl !Sync for _GstTestClockPrivate
impl !Unpin for _GstTestClockPrivate
impl UnwindSafe for _GstTestClockPrivate
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