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