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