Struct gstreamer::PadProbeId [−][src]
pub struct PadProbeId(_);
Trait Implementations
impl Debug for PadProbeId[src]
impl Debug for PadProbeIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PadProbeId[src]
impl PartialEq for PadProbeIdfn eq(&self, other: &PadProbeId) -> bool[src]
fn eq(&self, other: &PadProbeId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PadProbeId) -> bool[src]
fn ne(&self, other: &PadProbeId) -> boolThis method tests for !=.
impl Eq for PadProbeId[src]
impl Eq for PadProbeIdimpl ToGlib for PadProbeId[src]
impl ToGlib for PadProbeIdimpl FromGlib<c_ulong> for PadProbeId[src]
impl FromGlib<c_ulong> for PadProbeIdfn from_glib(val: c_ulong) -> PadProbeId[src]
fn from_glib(val: c_ulong) -> PadProbeIdAuto Trait Implementations
impl Send for PadProbeId
impl Send for PadProbeIdimpl Sync for PadProbeId
impl Sync for PadProbeId