Struct gstreamer::Array[][src]

pub struct Array<'a>(_);

Methods

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

Important traits for &'a [u8]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

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

Performs the conversion.

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

Performs the conversion.

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

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

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

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

Returns the type identifier of Self.

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

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

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