Struct gst::ffi::Struct__GstColorBalanceInterface
[−]
[src]
pub struct Struct__GstColorBalanceInterface {
pub iface: GTypeInterface,
pub list_channels: Option<extern fn(balance: *mut GstColorBalance) -> *const GList>,
pub set_value: Option<extern fn(balance: *mut GstColorBalance, channel: *mut GstColorBalanceChannel, value: gint)>,
pub get_value: Option<extern fn(balance: *mut GstColorBalance, channel: *mut GstColorBalanceChannel) -> gint>,
pub get_balance_type: Option<extern fn(balance: *mut GstColorBalance) -> GstColorBalanceType>,
pub value_changed: Option<extern fn(balance: *mut GstColorBalance, channel: *mut GstColorBalanceChannel, value: gint)>,
pub _gst_reserved: [gpointer; 4],
}Fields
iface: GTypeInterface
list_channels: Option<extern fn(balance: *mut GstColorBalance) -> *const GList>
set_value: Option<extern fn(balance: *mut GstColorBalance, channel: *mut GstColorBalanceChannel, value: gint)>
get_value: Option<extern fn(balance: *mut GstColorBalance, channel: *mut GstColorBalanceChannel) -> gint>
get_balance_type: Option<extern fn(balance: *mut GstColorBalance) -> GstColorBalanceType>
value_changed: Option<extern fn(balance: *mut GstColorBalance, channel: *mut GstColorBalanceChannel, value: gint)>
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Default for Struct__GstColorBalanceInterface[src]
fn default() -> Struct__GstColorBalanceInterface
Returns the "default value" for a type. Read more