#[repr(transparent)]pub struct TimedValue(GstTimedValue);Tuple Fields§
§0: GstTimedValueImplementations§
Trait Implementations§
Source§impl Clone for TimedValue
impl Clone for TimedValue
Source§fn clone(&self) -> TimedValue
fn clone(&self) -> TimedValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimedValue
impl Debug for TimedValue
Source§impl From<GstTimedValue> for TimedValue
impl From<GstTimedValue> for TimedValue
Source§fn from(value: GstTimedValue) -> Self
fn from(value: GstTimedValue) -> Self
Converts to this type from the input type.
Source§impl FromGlib<GstTimedValue> for TimedValue
impl FromGlib<GstTimedValue> for TimedValue
unsafe fn from_glib(value: GstTimedValue) -> Self
Source§impl PartialEq for TimedValue
impl PartialEq for TimedValue
Source§impl TransparentType for TimedValue
impl TransparentType for TimedValue
type GlibType = GstTimedValue
impl Copy for TimedValue
impl Eq for TimedValue
impl Send for TimedValue
impl Sync for TimedValue
Auto Trait Implementations§
impl Freeze for TimedValue
impl RefUnwindSafe for TimedValue
impl Unpin for TimedValue
impl UnwindSafe for TimedValue
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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