Struct gstreamer::buffer::BUFFER_COPY_METADATA[]

pub struct BUFFER_COPY_METADATA { /* fields omitted */ }

Methods from __Deref<Target = BufferCopyFlags>

Returns the raw value of the flags currently stored.

Returns true if no flags are currently stored.

Returns true if all flags are currently set.

Returns true if there are flags common to both self and other.

Returns true all of the flags in other are contained within self.

Trait Implementations

impl __Deref for BUFFER_COPY_METADATA

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for BUFFER_COPY_METADATA

Auto Trait Implementations

impl Send for BUFFER_COPY_METADATA

impl Sync for BUFFER_COPY_METADATA