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
iface: GTypeInterface
get_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 Copy for GstVideoOrientationInterface
[src]
impl Copy for GstVideoOrientationInterface
impl Clone for GstVideoOrientationInterface
[src]
impl Clone for GstVideoOrientationInterface
fn clone(&self) -> GstVideoOrientationInterface
[src]
fn clone(&self) -> GstVideoOrientationInterface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoOrientationInterface
[src]
impl Debug for GstVideoOrientationInterface
Auto Trait Implementations
impl Send for GstVideoOrientationInterface
impl Send for GstVideoOrientationInterface
impl Sync for GstVideoOrientationInterface
impl Sync for GstVideoOrientationInterface