Struct gstreamer_video::VideoTimeCodeInterval [−][src]
pub struct VideoTimeCodeInterval(_);
Expand description
A representation of a difference between two VideoTimeCode
instances.
Will not necessarily correspond to a real timecode (e.g. 00:00:10;00)
Implementations
This is supported on crate feature v1_12
only.
v1_12
only.hours
the hours field of VideoTimeCodeInterval
minutes
the minutes field of VideoTimeCodeInterval
seconds
the seconds field of VideoTimeCodeInterval
frames
the frames field of VideoTimeCodeInterval
Returns
a new VideoTimeCodeInterval
with the given values.
v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.Trait Implementations
v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.v1_12
only.This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
v1_12
only.Returns the type identifier of Self
.
v1_12
only.v1_12
only.v1_12
only.v1_12
only.Auto Trait Implementations
impl RefUnwindSafe for VideoTimeCodeInterval
impl Unpin for VideoTimeCodeInterval
impl UnwindSafe for VideoTimeCodeInterval
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]