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