Struct gstreamer::PadProbeId [−][src]
pub struct PadProbeId(_);
Trait Implementations
impl Debug for PadProbeId[src]
impl Debug for PadProbeId[src]impl FromGlib<u64> for PadProbeId[src]
impl FromGlib<u64> for PadProbeId[src]unsafe fn from_glib(val: c_ulong) -> PadProbeId[src]
impl PartialEq<PadProbeId> for PadProbeId[src]
impl PartialEq<PadProbeId> for PadProbeId[src]fn eq(&self, other: &PadProbeId) -> bool[src]
fn eq(&self, other: &PadProbeId) -> bool[src]This 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) -> bool[src]This method tests for !=.