Struct gstreamer::FormattedSegment[][src]

#[repr(C)]
pub struct FormattedSegment<T: FormattedValue>(_, _);

Methods

impl<T: FormattedValue> FormattedSegment<T>
[src]

Trait Implementations

impl<T: FormattedValue> PartialEq for FormattedSegment<T>
[src]

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

This method tests for !=.

impl<T: FormattedValue> Eq for FormattedSegment<T>
[src]

impl<T: FormattedValue> Send for FormattedSegment<T>
[src]

impl<T: FormattedValue> Clone for FormattedSegment<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: FormattedValue> AsRef<Segment> for FormattedSegment<T>
[src]

Performs the conversion.

impl<T: FormattedValue> Debug for FormattedSegment<T>
[src]

Formats the value using the given formatter. Read more

impl<T: FormattedValue> Default for FormattedSegment<T>
[src]

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

impl<T: FormattedValue> StaticType for FormattedSegment<T>
[src]

Returns the type identifier of Self.

Auto Trait Implementations

impl<T> !Sync for FormattedSegment<T>