#[repr(transparent)]pub struct VideoEncodeH265OutputModeFlagsEXT(_);Expand description
Implementations
sourceimpl VideoEncodeH265OutputModeFlagsEXT
impl VideoEncodeH265OutputModeFlagsEXT
pub const fn empty() -> VideoEncodeH265OutputModeFlagsEXT
pub const fn from_raw(x: u32) -> VideoEncodeH265OutputModeFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoEncodeH265OutputModeFlagsEXT) -> bool
sourcepub const fn contains(self, other: VideoEncodeH265OutputModeFlagsEXT) -> bool
pub const fn contains(self, other: VideoEncodeH265OutputModeFlagsEXT) -> bool
Returns whether other is a subset of self
sourceimpl VideoEncodeH265OutputModeFlagsEXT
impl VideoEncodeH265OutputModeFlagsEXT
pub const FRAME: VideoEncodeH265OutputModeFlagsEXT = Self(1)
pub const SLICE_SEGMENT: VideoEncodeH265OutputModeFlagsEXT = Self(2)
pub const NON_VCL: VideoEncodeH265OutputModeFlagsEXT = Self(4)
Trait Implementations
sourceimpl BitAnd<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl BitAnd<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: VideoEncodeH265OutputModeFlagsEXT
) -> VideoEncodeH265OutputModeFlagsEXT
fn bitand(
self,
rhs: VideoEncodeH265OutputModeFlagsEXT
) -> VideoEncodeH265OutputModeFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl BitAndAssign<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
sourcefn bitand_assign(&mut self, rhs: VideoEncodeH265OutputModeFlagsEXT)
fn bitand_assign(&mut self, rhs: VideoEncodeH265OutputModeFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl BitOr<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: VideoEncodeH265OutputModeFlagsEXT
) -> VideoEncodeH265OutputModeFlagsEXT
fn bitor(
self,
rhs: VideoEncodeH265OutputModeFlagsEXT
) -> VideoEncodeH265OutputModeFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl BitOrAssign<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
sourcefn bitor_assign(&mut self, rhs: VideoEncodeH265OutputModeFlagsEXT)
fn bitor_assign(&mut self, rhs: VideoEncodeH265OutputModeFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl BitXor<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: VideoEncodeH265OutputModeFlagsEXT
) -> VideoEncodeH265OutputModeFlagsEXT
fn bitxor(
self,
rhs: VideoEncodeH265OutputModeFlagsEXT
) -> VideoEncodeH265OutputModeFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl BitXorAssign<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: VideoEncodeH265OutputModeFlagsEXT)
fn bitxor_assign(&mut self, rhs: VideoEncodeH265OutputModeFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for VideoEncodeH265OutputModeFlagsEXT
impl Clone for VideoEncodeH265OutputModeFlagsEXT
sourcefn clone(&self) -> VideoEncodeH265OutputModeFlagsEXT
fn clone(&self) -> VideoEncodeH265OutputModeFlagsEXT
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 VideoEncodeH265OutputModeFlagsEXT
impl Default for VideoEncodeH265OutputModeFlagsEXT
sourcefn default() -> VideoEncodeH265OutputModeFlagsEXT
fn default() -> VideoEncodeH265OutputModeFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Not for VideoEncodeH265OutputModeFlagsEXT
impl Not for VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
type Output = VideoEncodeH265OutputModeFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> VideoEncodeH265OutputModeFlagsEXT
fn not(self) -> VideoEncodeH265OutputModeFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for VideoEncodeH265OutputModeFlagsEXT
impl Ord for VideoEncodeH265OutputModeFlagsEXT
sourceimpl PartialEq<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl PartialEq<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
sourcefn eq(&self, other: &VideoEncodeH265OutputModeFlagsEXT) -> bool
fn eq(&self, other: &VideoEncodeH265OutputModeFlagsEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VideoEncodeH265OutputModeFlagsEXT) -> bool
fn ne(&self, other: &VideoEncodeH265OutputModeFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
impl PartialOrd<VideoEncodeH265OutputModeFlagsEXT> for VideoEncodeH265OutputModeFlagsEXT
sourcefn partial_cmp(
&self,
other: &VideoEncodeH265OutputModeFlagsEXT
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &VideoEncodeH265OutputModeFlagsEXT
) -> 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 VideoEncodeH265OutputModeFlagsEXT
impl Eq for VideoEncodeH265OutputModeFlagsEXT
impl StructuralEq for VideoEncodeH265OutputModeFlagsEXT
impl StructuralPartialEq for VideoEncodeH265OutputModeFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoEncodeH265OutputModeFlagsEXT
impl Send for VideoEncodeH265OutputModeFlagsEXT
impl Sync for VideoEncodeH265OutputModeFlagsEXT
impl Unpin for VideoEncodeH265OutputModeFlagsEXT
impl UnwindSafe for VideoEncodeH265OutputModeFlagsEXT
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