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