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