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