Struct gstreamer::event::GroupId [−][src]
pub struct GroupId(pub u32);
Trait Implementations
impl Debug for GroupId
[src]
impl Debug for GroupId
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GroupId
[src]
impl Clone for GroupId
fn clone(&self) -> GroupId
[src]
fn clone(&self) -> GroupId
Returns 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 GroupId
impl Default for GroupId
[src]
impl Default for GroupId
impl PartialEq for GroupId
[src]
impl PartialEq for GroupId
fn eq(&self, other: &GroupId) -> bool
[src]
fn eq(&self, other: &GroupId) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for GroupId
[src]
impl Eq for GroupId
impl ToGlib for GroupId
[src]
impl ToGlib for GroupId
impl Into<u32> for GroupId
[src]
impl Into<u32> for GroupId
impl From<u32> for GroupId
[src]
impl From<u32> for GroupId
impl FromGlib<u32> for GroupId
[src]
impl FromGlib<u32> for GroupId