Struct gstreamer::List[][src]

pub struct List<'a>(_);

Methods

impl<'a> List<'a>
[src]

Important traits for &'a [u8]

Trait Implementations

impl<'a> Clone for List<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for List<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Send for List<'a>
[src]

impl<'a> From<&'a [&'a ToSendValue]> for List<'a>
[src]

Performs the conversion.

impl<'a> From<&'a [SendValue]> for List<'a>
[src]

Performs the conversion.

impl<'a> FromValue<'a> for List<'a>
[src]

impl<'a> FromValueOptional<'a> for List<'a>
[src]

impl<'a> SetValue for List<'a>
[src]

impl<'a> StaticType for List<'a>
[src]

Returns the type identifier of Self.

impl<'a> Serialize for List<'a>
[src]

Serialize this value into the given Serde serializer. Read more

impl<'a, 'de> Deserialize<'de> for List<'a>
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl<'a> !Sync for List<'a>