[][src]Struct gstreamer::Bitmask

pub struct Bitmask(pub u64);

Methods

impl Bitmask[src]

pub fn new(v: u64) -> Self[src]

Trait Implementations

impl BitAnd<Bitmask> for Bitmask[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<Bitmask> for Bitmask[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<Bitmask> for Bitmask[src]

type Output = Self

The resulting type after applying the ^ operator.

impl Clone for Bitmask[src]

impl Copy for Bitmask[src]

impl Debug for Bitmask[src]

impl Deref for Bitmask[src]

type Target = u64

The resulting type after dereferencing.

impl DerefMut for Bitmask[src]

impl<'de> Deserialize<'de> for Bitmask[src]

impl Eq for Bitmask[src]

impl From<u64> for Bitmask[src]

impl<'a> FromValue<'a> for Bitmask[src]

impl<'a> FromValueOptional<'a> for Bitmask[src]

impl Hash for Bitmask[src]

impl Not for Bitmask[src]

type Output = Self

The resulting type after applying the ! operator.

impl PartialEq<Bitmask> for Bitmask[src]

impl Serialize for Bitmask[src]

impl SetValue for Bitmask[src]

impl StaticType for Bitmask[src]

impl StructuralEq for Bitmask[src]

impl StructuralPartialEq for Bitmask[src]

Auto Trait Implementations

impl RefUnwindSafe for Bitmask

impl Send for Bitmask

impl Sync for Bitmask

impl Unpin for Bitmask

impl UnwindSafe for Bitmask

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[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.