#[repr(C)]pub struct GstPadProbeInfo_ABI_abi {
pub flow_ret: GstFlowReturn,
}
Fields§
§flow_ret: GstFlowReturn
Trait Implementations§
Source§impl Clone for GstPadProbeInfo_ABI_abi
impl Clone for GstPadProbeInfo_ABI_abi
Source§fn clone(&self) -> GstPadProbeInfo_ABI_abi
fn clone(&self) -> GstPadProbeInfo_ABI_abi
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 GstPadProbeInfo_ABI_abi
impl Debug for GstPadProbeInfo_ABI_abi
impl Copy for GstPadProbeInfo_ABI_abi
Auto Trait Implementations§
impl Freeze for GstPadProbeInfo_ABI_abi
impl RefUnwindSafe for GstPadProbeInfo_ABI_abi
impl Send for GstPadProbeInfo_ABI_abi
impl Sync for GstPadProbeInfo_ABI_abi
impl Unpin for GstPadProbeInfo_ABI_abi
impl UnwindSafe for GstPadProbeInfo_ABI_abi
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