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: 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
Auto Trait Implementations
impl Send for GstVideoOrientationInterfaceimpl Sync for GstVideoOrientationInterfaceimpl Unpin for GstVideoOrientationInterfaceimpl UnwindSafe for GstVideoOrientationInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more