Struct gstreamer::event::GroupId [−][src]
pub struct GroupId(pub u32);
Trait Implementations
impl Debug for GroupId[src]
impl Debug for GroupIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GroupId[src]
impl Clone for GroupIdfn clone(&self) -> GroupId[src]
fn clone(&self) -> GroupIdReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for GroupId[src]
impl Copy for GroupIdimpl Default for GroupId[src]
impl Default for GroupIdimpl PartialEq for GroupId[src]
impl PartialEq for GroupIdfn eq(&self, other: &GroupId) -> bool[src]
fn eq(&self, other: &GroupId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GroupId) -> bool[src]
fn ne(&self, other: &GroupId) -> boolThis method tests for !=.
impl Eq for GroupId[src]
impl Eq for GroupIdimpl ToGlib for GroupId[src]
impl ToGlib for GroupIdimpl Into<u32> for GroupId[src]
impl Into<u32> for GroupIdimpl From<u32> for GroupId[src]
impl From<u32> for GroupIdimpl FromGlib<u32> for GroupId[src]
impl FromGlib<u32> for GroupId