Struct gstreamer::event::GroupId[][src]

pub struct GroupId(pub u32);

Trait Implementations

impl Debug for GroupId
[src]

Formats the value using the given formatter. Read more

impl Clone for GroupId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupId
[src]

impl Default for GroupId
[src]

Returns the "default value" for a type. Read more

impl PartialEq for GroupId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GroupId
[src]

impl ToGlib for GroupId
[src]

impl Into<u32> for GroupId
[src]

Performs the conversion.

impl From<u32> for GroupId
[src]

Performs the conversion.

impl FromGlib<u32> for GroupId
[src]

Auto Trait Implementations

impl Send for GroupId

impl Sync for GroupId