[]Struct gstreamer::buffer::BUFFER_COPY_ALL

pub struct BUFFER_COPY_ALL { /* fields omitted */ }

Methods from Deref<Target = BufferCopyFlags>

pub const NONE: BufferCopyFlags

pub const FLAGS: BufferCopyFlags

pub const TIMESTAMPS: BufferCopyFlags

pub const META: BufferCopyFlags

pub const MEMORY: BufferCopyFlags

pub const MERGE: BufferCopyFlags

pub const DEEP: BufferCopyFlags

pub const fn bits(&self) -> u32

Returns the raw value of the flags currently stored.

pub const fn is_empty(&self) -> bool

Returns true if no flags are currently stored.

pub const fn is_all(&self) -> bool

Returns true if all flags are currently set.

pub const fn intersects(&self, other: BufferCopyFlags) -> bool

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

pub const fn contains(&self, other: BufferCopyFlags) -> bool

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

Trait Implementations

impl Deref for BUFFER_COPY_ALL

type Target = BufferCopyFlags

The resulting type after dereferencing.

impl LazyStatic for BUFFER_COPY_ALL

Auto Trait Implementations

impl RefUnwindSafe for BUFFER_COPY_ALL

impl Send for BUFFER_COPY_ALL

impl Sync for BUFFER_COPY_ALL

impl Unpin for BUFFER_COPY_ALL

impl UnwindSafe for BUFFER_COPY_ALL

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.