#[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§
source§impl Clone for GstVideoOrientationInterface
impl Clone for GstVideoOrientationInterface
source§fn clone(&self) -> GstVideoOrientationInterface
fn clone(&self) -> GstVideoOrientationInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstVideoOrientationInterface
impl Debug for GstVideoOrientationInterface
impl Copy for GstVideoOrientationInterface
Auto Trait Implementations§
impl Freeze for GstVideoOrientationInterface
impl RefUnwindSafe for GstVideoOrientationInterface
impl Send for GstVideoOrientationInterface
impl Sync for GstVideoOrientationInterface
impl Unpin for GstVideoOrientationInterface
impl UnwindSafe for GstVideoOrientationInterface
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)