#[repr(C)]pub struct GstValidateActionType {
pub mini_object: GstMiniObject,
pub name: *mut c_char,
pub implementer_namespace: *mut c_char,
pub prepare: GstValidatePrepareAction,
pub execute: GstValidateExecuteAction,
pub parameters: *mut GstValidateActionParameter,
pub description: *mut c_char,
pub flags: GstValidateActionTypeFlags,
pub rank: GstRank,
pub overriden_type: *mut GstValidateActionType,
pub priv_: *mut GstValidateActionTypePrivate,
pub _gst_reserved: [gpointer; 20],
}
Fields§
§mini_object: GstMiniObject
§name: *mut c_char
§implementer_namespace: *mut c_char
§prepare: GstValidatePrepareAction
§execute: GstValidateExecuteAction
§parameters: *mut GstValidateActionParameter
§description: *mut c_char
§flags: GstValidateActionTypeFlags
§rank: GstRank
§overriden_type: *mut GstValidateActionType
§priv_: *mut GstValidateActionTypePrivate
§_gst_reserved: [gpointer; 20]
Trait Implementations§
source§impl Clone for GstValidateActionType
impl Clone for GstValidateActionType
source§fn clone(&self) -> GstValidateActionType
fn clone(&self) -> GstValidateActionType
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 GstValidateActionType
impl Debug for GstValidateActionType
impl Copy for GstValidateActionType
Auto Trait Implementations§
impl Freeze for GstValidateActionType
impl RefUnwindSafe for GstValidateActionType
impl !Send for GstValidateActionType
impl !Sync for GstValidateActionType
impl Unpin for GstValidateActionType
impl UnwindSafe for GstValidateActionType
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
)