Struct gstreamer::Array [] [src]

pub struct Array<'a>(_);

Methods

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

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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

[src]

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

[src]

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

[src]

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

[src]

Returns the type identifier of Self.