Struct gstreamer::Bitmask[][src]

pub struct Bitmask(pub u64);

Methods

impl Bitmask
[src]

Methods from Deref<Target = u64>

Trait Implementations

impl Copy for Bitmask
[src]

impl Clone for Bitmask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bitmask
[src]

Formats the value using the given formatter. Read more

impl Eq for Bitmask
[src]

impl PartialEq for Bitmask
[src]

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

This method tests for !=.

impl Hash for Bitmask
[src]

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

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

impl Deref for Bitmask
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Bitmask
[src]

Mutably dereferences the value.

impl BitAnd for Bitmask
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr for Bitmask
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitXor for Bitmask
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl Not for Bitmask
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl From<u64> for Bitmask
[src]

Performs the conversion.

impl StaticType for Bitmask
[src]

Returns the type identifier of Self.

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

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

impl SetValue for Bitmask
[src]

Auto Trait Implementations

impl Send for Bitmask

impl Sync for Bitmask