Struct gstreamer::buffer::BUFFER_COPY_ALL[]

pub struct BUFFER_COPY_ALL { /* 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_ALL
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

impl LazyStatic for BUFFER_COPY_ALL
[+]

Auto Trait Implementations

impl Send for BUFFER_COPY_ALL

impl Sync for BUFFER_COPY_ALL