#[repr(C)]pub struct GstValidateMediaInfo {
pub duration: GstClockTime,
pub is_image: gboolean,
pub file_size: u64,
pub seekable: gboolean,
pub playback_error: *mut c_char,
pub reverse_playback_error: *mut c_char,
pub track_switch_error: *mut c_char,
pub uri: *mut c_char,
pub discover_only: gboolean,
pub stream_info: *mut GstValidateStreamInfo,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§duration: GstClockTime
§is_image: gboolean
§file_size: u64
§seekable: gboolean
§playback_error: *mut c_char
§reverse_playback_error: *mut c_char
§track_switch_error: *mut c_char
§uri: *mut c_char
§discover_only: gboolean
§stream_info: *mut GstValidateStreamInfo
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstValidateMediaInfo
impl Clone for GstValidateMediaInfo
source§fn clone(&self) -> GstValidateMediaInfo
fn clone(&self) -> GstValidateMediaInfo
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 GstValidateMediaInfo
impl Debug for GstValidateMediaInfo
impl Copy for GstValidateMediaInfo
Auto Trait Implementations§
impl Freeze for GstValidateMediaInfo
impl RefUnwindSafe for GstValidateMediaInfo
impl !Send for GstValidateMediaInfo
impl !Sync for GstValidateMediaInfo
impl Unpin for GstValidateMediaInfo
impl UnwindSafe for GstValidateMediaInfo
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
)