Struct gstreamer::bufferlist::BufferListRef
source · [−]#[repr(transparent)]pub struct BufferListRef(_);
Implementations
This is supported on crate feature
v1_14
only.This is supported on crate feature
v1_14
only.pub fn iter_owned(&self) -> IterOwned<'_>ⓘ
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
type GlibType = *mut GstBufferList
Returns the type identifier of Self
.
type Owned = BufferList
type Owned = BufferList
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Ensures that the type has been registered with the type system.