[][src]Struct gstreamer_video_sys::GstVideoOrientationInterface

#[repr(C)]
pub struct GstVideoOrientationInterface {
    pub iface: GTypeInterface,
    pub get_hflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>,
    pub get_vflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>,
    pub get_hcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>,
    pub get_vcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>,
    pub set_hflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>,
    pub set_vflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>,
    pub set_hcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>,
    pub set_vcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>,
}

Fields

iface: GTypeInterfaceget_hflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>get_vflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>get_hcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>get_vcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>set_hflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>set_vflip: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: gboolean) -> gboolean>set_hcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>set_vcenter: Option<unsafe extern "C" fn(_: *mut GstVideoOrientation, _: c_int) -> gboolean>

Trait Implementations

impl Clone for GstVideoOrientationInterface[src]

impl Copy for GstVideoOrientationInterface[src]

impl Debug for GstVideoOrientationInterface[src]

Auto Trait Implementations

impl Send for GstVideoOrientationInterface

impl Unpin for GstVideoOrientationInterface

impl Sync for GstVideoOrientationInterface

impl UnwindSafe for GstVideoOrientationInterface

impl RefUnwindSafe for GstVideoOrientationInterface

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]