#[repr(C)]pub struct GstColorBalanceInterface {
pub iface: GTypeInterface,
pub list_channels: Option<unsafe extern "C" fn(_: *mut GstColorBalance) -> *const GList>,
pub set_value: Option<unsafe extern "C" fn(_: *mut GstColorBalance, _: *mut GstColorBalanceChannel, _: c_int)>,
pub get_value: Option<unsafe extern "C" fn(_: *mut GstColorBalance, _: *mut GstColorBalanceChannel) -> c_int>,
pub get_balance_type: Option<unsafe extern "C" fn(_: *mut GstColorBalance) -> GstColorBalanceType>,
pub value_changed: Option<unsafe extern "C" fn(_: *mut GstColorBalance, _: *mut GstColorBalanceChannel, _: c_int)>,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§iface: GTypeInterface
§list_channels: Option<unsafe extern "C" fn(_: *mut GstColorBalance) -> *const GList>
§set_value: Option<unsafe extern "C" fn(_: *mut GstColorBalance, _: *mut GstColorBalanceChannel, _: c_int)>
§get_value: Option<unsafe extern "C" fn(_: *mut GstColorBalance, _: *mut GstColorBalanceChannel) -> c_int>
§get_balance_type: Option<unsafe extern "C" fn(_: *mut GstColorBalance) -> GstColorBalanceType>
§value_changed: Option<unsafe extern "C" fn(_: *mut GstColorBalance, _: *mut GstColorBalanceChannel, _: c_int)>
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstColorBalanceInterface
impl Clone for GstColorBalanceInterface
source§fn clone(&self) -> GstColorBalanceInterface
fn clone(&self) -> GstColorBalanceInterface
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 GstColorBalanceInterface
impl Debug for GstColorBalanceInterface
impl Copy for GstColorBalanceInterface
Auto Trait Implementations§
impl Freeze for GstColorBalanceInterface
impl RefUnwindSafe for GstColorBalanceInterface
impl !Send for GstColorBalanceInterface
impl !Sync for GstColorBalanceInterface
impl Unpin for GstColorBalanceInterface
impl UnwindSafe for GstColorBalanceInterface
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
)