Struct gstreamer_video_sys::GstVideoOrientationInterface[][src]

#[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

Trait Implementations

impl Copy for GstVideoOrientationInterface
[src]

impl Clone for GstVideoOrientationInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoOrientationInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstVideoOrientationInterface

impl Sync for GstVideoOrientationInterface