Struct gstreamer::DeviceMonitorFilterId [−][src]
pub struct DeviceMonitorFilterId(_);
Trait Implementations
impl Debug for DeviceMonitorFilterId
[src]
impl Debug for DeviceMonitorFilterId
[src]impl FromGlib<u32> for DeviceMonitorFilterId
[src]
impl FromGlib<u32> for DeviceMonitorFilterId
[src]unsafe fn from_glib(val: c_uint) -> DeviceMonitorFilterId
[src]
impl PartialEq<DeviceMonitorFilterId> for DeviceMonitorFilterId
[src]
impl PartialEq<DeviceMonitorFilterId> for DeviceMonitorFilterId
[src]fn eq(&self, other: &DeviceMonitorFilterId) -> bool
[src]
fn eq(&self, other: &DeviceMonitorFilterId) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &DeviceMonitorFilterId) -> bool
[src]
fn ne(&self, other: &DeviceMonitorFilterId) -> bool
[src]This method tests for !=
.