Struct gstreamer::PadProbeId
source · pub struct PadProbeId(/* private fields */);
Implementations§
source§impl PadProbeId
impl PadProbeId
Trait Implementations§
source§impl Debug for PadProbeId
impl Debug for PadProbeId
source§impl FromGlib<u64> for PadProbeId
impl FromGlib<u64> for PadProbeId
unsafe fn from_glib(val: c_ulong) -> PadProbeId
source§impl Hash for PadProbeId
impl Hash for PadProbeId
source§impl Ord for PadProbeId
impl Ord for PadProbeId
source§fn cmp(&self, other: &PadProbeId) -> Ordering
fn cmp(&self, other: &PadProbeId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PadProbeId
impl PartialEq for PadProbeId
source§impl PartialOrd for PadProbeId
impl PartialOrd for PadProbeId
impl Eq for PadProbeId
impl StructuralPartialEq for PadProbeId
Auto Trait Implementations§
impl Freeze for PadProbeId
impl RefUnwindSafe for PadProbeId
impl Send for PadProbeId
impl Sync for PadProbeId
impl Unpin for PadProbeId
impl UnwindSafe for PadProbeId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more