Struct gstreamer_check_sys::GstHarness
source · #[repr(C)]pub struct GstHarness {
pub element: *mut GstElement,
pub srcpad: *mut GstPad,
pub sinkpad: *mut GstPad,
pub src_harness: *mut GstHarness,
pub sink_harness: *mut GstHarness,
pub priv_: *mut GstHarnessPrivate,
}
Fields§
§element: *mut GstElement
§srcpad: *mut GstPad
§sinkpad: *mut GstPad
§src_harness: *mut GstHarness
§sink_harness: *mut GstHarness
§priv_: *mut GstHarnessPrivate
Trait Implementations§
source§impl Clone for GstHarness
impl Clone for GstHarness
source§fn clone(&self) -> GstHarness
fn clone(&self) -> GstHarness
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 GstHarness
impl Debug for GstHarness
impl Copy for GstHarness
Auto Trait Implementations§
impl Freeze for GstHarness
impl RefUnwindSafe for GstHarness
impl !Send for GstHarness
impl !Sync for GstHarness
impl Unpin for GstHarness
impl UnwindSafe for GstHarness
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
)