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