#[repr(C)]pub struct GstVideoDirectionInterface {
pub iface: GTypeInterface,
}Fields§
§iface: GTypeInterfaceTrait Implementations§
Source§impl Clone for GstVideoDirectionInterface
impl Clone for GstVideoDirectionInterface
impl Copy for GstVideoDirectionInterface
Auto Trait Implementations§
impl Freeze for GstVideoDirectionInterface
impl RefUnwindSafe for GstVideoDirectionInterface
impl Send for GstVideoDirectionInterface
impl Sync for GstVideoDirectionInterface
impl Unpin for GstVideoDirectionInterface
impl UnsafeUnpin for GstVideoDirectionInterface
impl UnwindSafe for GstVideoDirectionInterface
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