Struct gstreamer_base::Adapter[]

pub struct Adapter(_, _);

Methods

impl Adapter
[src]

Important traits for Adapter

Important traits for Vec<u8>

Important traits for Vec<u8>

impl Adapter
[src]

Trait Implementations

impl Clone for Adapter

Important traits for Adapter

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Adapter

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for Adapter

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for Adapter

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for Adapter

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Adapter

impl<T: IsA<Object>> PartialOrd<T> for Adapter

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for Adapter

Formats the value using the given formatter. Read more

impl IsA<Object> for Adapter

impl Default for Adapter
[src]

Returns the "default value" for a type. Read more

impl Read for Adapter
[src]

Pull some bytes from this source into the specified buffer, returning how many bytes were read. Read more

🔬 This is a nightly-only experimental API. (read_initializer)

Determines if this Reader can work with buffers of uninitialized memory. Read more

Read all bytes until EOF in this source, placing them into buf. Read more

Read all bytes until EOF in this source, appending them to buf. Read more

Read the exact number of bytes required to fill buf. Read more

Important traits for &'a mut R

Creates a "by reference" adaptor for this instance of Read. Read more

Important traits for Bytes<R>

Transforms this Read instance to an [Iterator] over its bytes. Read more

Important traits for Chars<R>

Deprecated since 1.27.0

: Use str::from_utf8 instead: https://doc.rust-lang.org/nightly/std/str/struct.Utf8Error.html#examples

🔬 This is a nightly-only experimental API. (io)

the semantics of a partial read/write of where errors happen is currently unclear and may change

Transforms this Read instance to an [Iterator] over [char]s. Read more

Important traits for Chain<T, U>

Creates an adaptor which will chain this stream with another. Read more

Important traits for Take<T>

Creates an adaptor which will read at most limit bytes from it. Read more

Auto Trait Implementations

impl !Send for Adapter

impl !Sync for Adapter