#[repr(transparent)]pub struct VideoEncodeH264OutputModeFlagsEXT(_);Expand description
Implementations
sourceimpl VideoEncodeH264OutputModeFlagsEXT
impl VideoEncodeH264OutputModeFlagsEXT
pub const fn empty() -> VideoEncodeH264OutputModeFlagsEXT
pub const fn from_raw(x: u32) -> VideoEncodeH264OutputModeFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoEncodeH264OutputModeFlagsEXT) -> bool
sourcepub const fn contains(self, other: VideoEncodeH264OutputModeFlagsEXT) -> bool
pub const fn contains(self, other: VideoEncodeH264OutputModeFlagsEXT) -> bool
Returns whether other is a subset of self
sourceimpl VideoEncodeH264OutputModeFlagsEXT
impl VideoEncodeH264OutputModeFlagsEXT
pub const FRAME: VideoEncodeH264OutputModeFlagsEXT = Self(1)
pub const SLICE: VideoEncodeH264OutputModeFlagsEXT = Self(2)
pub const NON_VCL: VideoEncodeH264OutputModeFlagsEXT = Self(4)
Trait Implementations
sourceimpl BitAnd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitAnd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
fn bitand(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitAndAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn bitand_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
fn bitand_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitOr<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
fn bitor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitOrAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn bitor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
fn bitor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitXor<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
fn bitxor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitXorAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
fn bitxor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for VideoEncodeH264OutputModeFlagsEXT
impl Clone for VideoEncodeH264OutputModeFlagsEXT
sourcefn clone(&self) -> VideoEncodeH264OutputModeFlagsEXT
fn clone(&self) -> VideoEncodeH264OutputModeFlagsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for VideoEncodeH264OutputModeFlagsEXT
impl Default for VideoEncodeH264OutputModeFlagsEXT
sourcefn default() -> VideoEncodeH264OutputModeFlagsEXT
fn default() -> VideoEncodeH264OutputModeFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Not for VideoEncodeH264OutputModeFlagsEXT
impl Not for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> VideoEncodeH264OutputModeFlagsEXT
fn not(self) -> VideoEncodeH264OutputModeFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for VideoEncodeH264OutputModeFlagsEXT
impl Ord for VideoEncodeH264OutputModeFlagsEXT
sourceimpl PartialEq<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl PartialEq<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn eq(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> bool
fn eq(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> bool
fn ne(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl PartialOrd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn partial_cmp(
&self,
other: &VideoEncodeH264OutputModeFlagsEXT
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &VideoEncodeH264OutputModeFlagsEXT
) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for VideoEncodeH264OutputModeFlagsEXT
impl Eq for VideoEncodeH264OutputModeFlagsEXT
impl StructuralEq for VideoEncodeH264OutputModeFlagsEXT
impl StructuralPartialEq for VideoEncodeH264OutputModeFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoEncodeH264OutputModeFlagsEXT
impl Send for VideoEncodeH264OutputModeFlagsEXT
impl Sync for VideoEncodeH264OutputModeFlagsEXT
impl Unpin for VideoEncodeH264OutputModeFlagsEXT
impl UnwindSafe for VideoEncodeH264OutputModeFlagsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more