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