[−][src]Struct gstreamer::Bitmask
Implementations
impl Bitmask
[src]
Trait Implementations
impl BitAnd<Bitmask> for Bitmask
[src]
type Output = Self
The resulting type after applying the &
operator.
fn bitand(self, rhs: Self) -> Self
[src]
impl BitOr<Bitmask> for Bitmask
[src]
type Output = Self
The resulting type after applying the |
operator.
fn bitor(self, rhs: Self) -> Self
[src]
impl BitXor<Bitmask> for Bitmask
[src]
type Output = Self
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: Self) -> Self
[src]
impl Clone for Bitmask
[src]
impl Copy for Bitmask
[src]
impl Debug for Bitmask
[src]
impl Deref for Bitmask
[src]
impl DerefMut for Bitmask
[src]
impl<'de> Deserialize<'de> for Bitmask
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for Bitmask
[src]
impl From<u64> for Bitmask
[src]
impl<'a> FromValue<'a> for Bitmask
[src]
unsafe fn from_value(v: &'a Value) -> Self
[src]
impl<'a> FromValueOptional<'a> for Bitmask
[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
[src]
impl Hash for Bitmask
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Not for Bitmask
[src]
impl PartialEq<Bitmask> for Bitmask
[src]
impl Serialize for Bitmask
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl SetValue for Bitmask
[src]
impl StaticType for Bitmask
[src]
fn static_type() -> Type
[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue
[src]
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,