Struct gstreamer::NotifyWatchId [−][src]
pub struct NotifyWatchId(_);
Trait Implementations
impl Debug for NotifyWatchId[src]
impl Debug for NotifyWatchIdfn 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 NotifyWatchId[src]
impl PartialEq for NotifyWatchIdfn eq(&self, other: &NotifyWatchId) -> bool[src]
fn eq(&self, other: &NotifyWatchId) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for NotifyWatchId[src]
impl Eq for NotifyWatchIdimpl ToGlib for NotifyWatchId[src]
impl ToGlib for NotifyWatchIdimpl FromGlib<c_ulong> for NotifyWatchId[src]
impl FromGlib<c_ulong> for NotifyWatchIdfn from_glib(val: c_ulong) -> NotifyWatchId[src]
fn from_glib(val: c_ulong) -> NotifyWatchIdAuto Trait Implementations
impl Send for NotifyWatchId
impl Send for NotifyWatchIdimpl Sync for NotifyWatchId
impl Sync for NotifyWatchId