Struct gstreamer::event::Seqnum [−][src]
pub struct Seqnum(pub u32);
Trait Implementations
impl Debug for Seqnum
[src]
impl Debug for Seqnum
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 Seqnum
[src]
impl Clone for Seqnum
fn clone(&self) -> Seqnum
[src]
fn clone(&self) -> Seqnum
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)
Performs copy-assignment from source
. Read more
impl Copy for Seqnum
[src]
impl Copy for Seqnum
impl Default for Seqnum
[src]
impl Default for Seqnum
impl PartialEq for Seqnum
[src]
impl PartialEq for Seqnum
fn eq(&self, other: &Seqnum) -> bool
[src]
fn eq(&self, other: &Seqnum) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Seqnum) -> bool
[src]
fn ne(&self, other: &Seqnum) -> bool
This method tests for !=
.
impl Eq for Seqnum
[src]
impl Eq for Seqnum
impl ToGlib for Seqnum
[src]
impl ToGlib for Seqnum
impl FromGlib<u32> for Seqnum
[src]
impl FromGlib<u32> for Seqnum
impl Into<u32> for Seqnum
[src]
impl Into<u32> for Seqnum
impl From<u32> for Seqnum
[src]
impl From<u32> for Seqnum
impl PartialOrd for Seqnum
[src]
impl PartialOrd for Seqnum
fn partial_cmp(&self, other: &Seqnum) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &Seqnum) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for Seqnum
[src]
impl Ord for Seqnum
fn cmp(&self, other: &Seqnum) -> Ordering
[src]
fn cmp(&self, other: &Seqnum) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more