#[repr(C)]pub struct GstValidateAction {Show 14 fields
pub mini_object: GstMiniObject,
pub type_: *const c_char,
pub name: *const c_char,
pub structure: *mut GstStructure,
pub action_number: c_uint,
pub repeat: c_int,
pub playback_time: GstClockTime,
pub lineno: c_int,
pub filename: *mut c_char,
pub debug: *mut c_char,
pub n_repeats: c_int,
pub rangename: *const c_char,
pub priv_: *mut GstValidateActionPrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§mini_object: GstMiniObject
§type_: *const c_char
§name: *const c_char
§structure: *mut GstStructure
§action_number: c_uint
§repeat: c_int
§playback_time: GstClockTime
§lineno: c_int
§filename: *mut c_char
§debug: *mut c_char
§n_repeats: c_int
§rangename: *const c_char
§priv_: *mut GstValidateActionPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstValidateAction
impl Clone for GstValidateAction
source§fn clone(&self) -> GstValidateAction
fn clone(&self) -> GstValidateAction
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 GstValidateAction
impl Debug for GstValidateAction
impl Copy for GstValidateAction
Auto Trait Implementations§
impl Freeze for GstValidateAction
impl RefUnwindSafe for GstValidateAction
impl !Send for GstValidateAction
impl !Sync for GstValidateAction
impl Unpin for GstValidateAction
impl UnwindSafe for GstValidateAction
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)