Struct gstreamer_video::VideoFrameFlags [−]
pub struct VideoFrameFlags { /* fields omitted */ }Methods
impl VideoFrameFlags
impl VideoFrameFlagspub const NONE: VideoFrameFlags
NONE: VideoFrameFlags = VideoFrameFlags{bits: 0,}
pub const INTERLACED: VideoFrameFlags
INTERLACED: VideoFrameFlags = VideoFrameFlags{bits: 1,}
pub const TFF: VideoFrameFlags
TFF: VideoFrameFlags = VideoFrameFlags{bits: 2,}
pub const RFF: VideoFrameFlags
RFF: VideoFrameFlags = VideoFrameFlags{bits: 4,}
pub const ONEFIELD: VideoFrameFlags
ONEFIELD: VideoFrameFlags = VideoFrameFlags{bits: 8,}
pub const MULTIPLE_VIEW: VideoFrameFlags
MULTIPLE_VIEW: VideoFrameFlags = VideoFrameFlags{bits: 16,}
pub const FIRST_IN_BUNDLE: VideoFrameFlags
FIRST_IN_BUNDLE: VideoFrameFlags = VideoFrameFlags{bits: 32,}
pub fn empty() -> VideoFrameFlags
pub fn empty() -> VideoFrameFlagsReturns an empty set of flags.
pub fn all() -> VideoFrameFlags
pub fn all() -> VideoFrameFlagsReturns the set containing all flags.
pub fn bits(&self) -> u32
pub fn bits(&self) -> u32Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<VideoFrameFlags>
pub fn from_bits(bits: u32) -> Option<VideoFrameFlags>Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: u32) -> VideoFrameFlags
pub fn from_bits_truncate(bits: u32) -> VideoFrameFlagsConvert from underlying bit representation, dropping any bits that do not correspond to flags.
pub fn is_empty(&self) -> bool
pub fn is_empty(&self) -> boolReturns true if no flags are currently stored.
pub fn is_all(&self) -> bool
pub fn is_all(&self) -> boolReturns true if all flags are currently set.
pub fn intersects(&self, other: VideoFrameFlags) -> bool
pub fn intersects(&self, other: VideoFrameFlags) -> boolReturns true if there are flags common to both self and other.
pub fn contains(&self, other: VideoFrameFlags) -> bool
pub fn contains(&self, other: VideoFrameFlags) -> boolReturns true all of the flags in other are contained within self.
pub fn insert(&mut self, other: VideoFrameFlags)
pub fn insert(&mut self, other: VideoFrameFlags)Inserts the specified flags in-place.
pub fn remove(&mut self, other: VideoFrameFlags)
pub fn remove(&mut self, other: VideoFrameFlags)Removes the specified flags in-place.
pub fn toggle(&mut self, other: VideoFrameFlags)
pub fn toggle(&mut self, other: VideoFrameFlags)Toggles the specified flags in-place.
pub fn set(&mut self, other: VideoFrameFlags, value: bool)
pub fn set(&mut self, other: VideoFrameFlags, value: bool)Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Copy for VideoFrameFlags
impl Copy for VideoFrameFlagsimpl PartialEq for VideoFrameFlags
impl PartialEq for VideoFrameFlagsfn eq(&self, other: &VideoFrameFlags) -> bool
fn eq(&self, other: &VideoFrameFlags) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VideoFrameFlags) -> bool
fn ne(&self, other: &VideoFrameFlags) -> boolThis method tests for !=.
impl Eq for VideoFrameFlags
impl Eq for VideoFrameFlagsimpl Clone for VideoFrameFlags
impl Clone for VideoFrameFlagsfn clone(&self) -> VideoFrameFlags
fn clone(&self) -> VideoFrameFlagsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialOrd for VideoFrameFlags
impl PartialOrd for VideoFrameFlagsfn partial_cmp(&self, other: &VideoFrameFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoFrameFlags) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &VideoFrameFlags) -> bool
fn lt(&self, other: &VideoFrameFlags) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &VideoFrameFlags) -> bool
fn le(&self, other: &VideoFrameFlags) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &VideoFrameFlags) -> bool
fn gt(&self, other: &VideoFrameFlags) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &VideoFrameFlags) -> bool
fn ge(&self, other: &VideoFrameFlags) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for VideoFrameFlags
impl Ord for VideoFrameFlagsfn cmp(&self, other: &VideoFrameFlags) -> Ordering
fn cmp(&self, other: &VideoFrameFlags) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Hash for VideoFrameFlags
impl Hash for VideoFrameFlagsfn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for VideoFrameFlags
impl Debug for VideoFrameFlagsimpl Binary for VideoFrameFlags
impl Binary for VideoFrameFlagsimpl Octal for VideoFrameFlags
impl Octal for VideoFrameFlagsimpl LowerHex for VideoFrameFlags
impl LowerHex for VideoFrameFlagsimpl UpperHex for VideoFrameFlags
impl UpperHex for VideoFrameFlagsimpl BitOr for VideoFrameFlags
impl BitOr for VideoFrameFlagstype Output = VideoFrameFlags
The resulting type after applying the | operator.
fn bitor(self, other: VideoFrameFlags) -> VideoFrameFlags
fn bitor(self, other: VideoFrameFlags) -> VideoFrameFlagsReturns the union of the two sets of flags.
impl BitOrAssign for VideoFrameFlags
impl BitOrAssign for VideoFrameFlagsfn bitor_assign(&mut self, other: VideoFrameFlags)
fn bitor_assign(&mut self, other: VideoFrameFlags)Adds the set of flags.
impl BitXor for VideoFrameFlags
impl BitXor for VideoFrameFlagstype Output = VideoFrameFlags
The resulting type after applying the ^ operator.
fn bitxor(self, other: VideoFrameFlags) -> VideoFrameFlags
fn bitxor(self, other: VideoFrameFlags) -> VideoFrameFlagsReturns the left flags, but with all the right flags toggled.
impl BitXorAssign for VideoFrameFlags
impl BitXorAssign for VideoFrameFlagsfn bitxor_assign(&mut self, other: VideoFrameFlags)
fn bitxor_assign(&mut self, other: VideoFrameFlags)Toggles the set of flags.
impl BitAnd for VideoFrameFlags
impl BitAnd for VideoFrameFlagstype Output = VideoFrameFlags
The resulting type after applying the & operator.
fn bitand(self, other: VideoFrameFlags) -> VideoFrameFlags
fn bitand(self, other: VideoFrameFlags) -> VideoFrameFlagsReturns the intersection between the two sets of flags.
impl BitAndAssign for VideoFrameFlags
impl BitAndAssign for VideoFrameFlagsfn bitand_assign(&mut self, other: VideoFrameFlags)
fn bitand_assign(&mut self, other: VideoFrameFlags)Disables all flags disabled in the set.
impl Sub for VideoFrameFlags
impl Sub for VideoFrameFlagstype Output = VideoFrameFlags
The resulting type after applying the - operator.
fn sub(self, other: VideoFrameFlags) -> VideoFrameFlags
fn sub(self, other: VideoFrameFlags) -> VideoFrameFlagsReturns the set difference of the two sets of flags.
impl SubAssign for VideoFrameFlags
impl SubAssign for VideoFrameFlagsfn sub_assign(&mut self, other: VideoFrameFlags)
fn sub_assign(&mut self, other: VideoFrameFlags)Disables all flags enabled in the set.
impl Not for VideoFrameFlags
impl Not for VideoFrameFlagstype Output = VideoFrameFlags
The resulting type after applying the ! operator.
fn not(self) -> VideoFrameFlags
fn not(self) -> VideoFrameFlagsReturns the complement of this set of flags.
impl Extend<VideoFrameFlags> for VideoFrameFlags
impl Extend<VideoFrameFlags> for VideoFrameFlagsfn extend<T: IntoIterator<Item = VideoFrameFlags>>(&mut self, iterator: T)
fn extend<T: IntoIterator<Item = VideoFrameFlags>>(&mut self, iterator: T)Extends a collection with the contents of an iterator. Read more
impl FromIterator<VideoFrameFlags> for VideoFrameFlags
impl FromIterator<VideoFrameFlags> for VideoFrameFlagsfn from_iter<T: IntoIterator<Item = VideoFrameFlags>>(
iterator: T
) -> VideoFrameFlags
fn from_iter<T: IntoIterator<Item = VideoFrameFlags>>(
iterator: T
) -> VideoFrameFlagsCreates a value from an iterator. Read more
impl StaticType for VideoFrameFlags[src]
impl StaticType for VideoFrameFlagsfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for VideoFrameFlags[src]
impl<'a> FromValueOptional<'a> for VideoFrameFlagsunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for VideoFrameFlags[src]
impl<'a> FromValue<'a> for VideoFrameFlagsunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for VideoFrameFlags[src]
impl SetValue for VideoFrameFlagsAuto Trait Implementations
impl Send for VideoFrameFlags
impl Send for VideoFrameFlagsimpl Sync for VideoFrameFlags
impl Sync for VideoFrameFlags