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