#[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