Struct gstreamer::Array
[−]
[src]
pub struct Array<'a>(_);
Methods
impl<'a> Array<'a>[src]
pub fn new(values: &[&ToSendValue]) -> Self[src]
pub fn into_owned(self) -> Array<'static>[src]
pub fn as_slice(&self) -> &[SendValue][src]
Trait Implementations
impl<'a> Clone for Array<'a>[src]
fn clone(&self) -> Array<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for Array<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[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]
fn from(values: &'a [&'a ToSendValue]) -> Self[src]
Performs the conversion.
impl<'a> From<&'a [SendValue]> for Array<'a>[src]
impl<'a> FromValue<'a> for Array<'a>[src]
unsafe fn from_value(v: &'a Value) -> Self[src]
impl<'a> FromValueOptional<'a> for Array<'a>[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>[src]
impl<'a> SetValue for Array<'a>[src]
impl<'a> StaticType for Array<'a>[src]
fn static_type() -> Type[src]
Returns the type identifier of Self.