pub struct VideoEncodeRateControlModeFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeRateControlModeFlagsKHR
impl VideoEncodeRateControlModeFlagsKHR
pub const fn empty() -> VideoEncodeRateControlModeFlagsKHR
pub const fn from_raw(x: u32) -> VideoEncodeRateControlModeFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoEncodeRateControlModeFlagsKHR) -> bool
Sourcepub const fn contains(self, other: VideoEncodeRateControlModeFlagsKHR) -> bool
pub const fn contains(self, other: VideoEncodeRateControlModeFlagsKHR) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for VideoEncodeRateControlModeFlagsKHR
impl BitAnd for VideoEncodeRateControlModeFlagsKHR
Source§type Output = VideoEncodeRateControlModeFlagsKHR
type Output = VideoEncodeRateControlModeFlagsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoEncodeRateControlModeFlagsKHR,
) -> VideoEncodeRateControlModeFlagsKHR
fn bitand( self, rhs: VideoEncodeRateControlModeFlagsKHR, ) -> VideoEncodeRateControlModeFlagsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoEncodeRateControlModeFlagsKHR
impl BitAndAssign for VideoEncodeRateControlModeFlagsKHR
Source§fn bitand_assign(&mut self, rhs: VideoEncodeRateControlModeFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoEncodeRateControlModeFlagsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoEncodeRateControlModeFlagsKHR
impl BitOr for VideoEncodeRateControlModeFlagsKHR
Source§type Output = VideoEncodeRateControlModeFlagsKHR
type Output = VideoEncodeRateControlModeFlagsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoEncodeRateControlModeFlagsKHR,
) -> VideoEncodeRateControlModeFlagsKHR
fn bitor( self, rhs: VideoEncodeRateControlModeFlagsKHR, ) -> VideoEncodeRateControlModeFlagsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoEncodeRateControlModeFlagsKHR
impl BitOrAssign for VideoEncodeRateControlModeFlagsKHR
Source§fn bitor_assign(&mut self, rhs: VideoEncodeRateControlModeFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoEncodeRateControlModeFlagsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoEncodeRateControlModeFlagsKHR
impl BitXor for VideoEncodeRateControlModeFlagsKHR
Source§type Output = VideoEncodeRateControlModeFlagsKHR
type Output = VideoEncodeRateControlModeFlagsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoEncodeRateControlModeFlagsKHR,
) -> VideoEncodeRateControlModeFlagsKHR
fn bitxor( self, rhs: VideoEncodeRateControlModeFlagsKHR, ) -> VideoEncodeRateControlModeFlagsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoEncodeRateControlModeFlagsKHR
impl BitXorAssign for VideoEncodeRateControlModeFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoEncodeRateControlModeFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoEncodeRateControlModeFlagsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoEncodeRateControlModeFlagsKHR
impl Clone for VideoEncodeRateControlModeFlagsKHR
Source§fn clone(&self) -> VideoEncodeRateControlModeFlagsKHR
fn clone(&self) -> VideoEncodeRateControlModeFlagsKHR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for VideoEncodeRateControlModeFlagsKHR
impl Default for VideoEncodeRateControlModeFlagsKHR
Source§fn default() -> VideoEncodeRateControlModeFlagsKHR
fn default() -> VideoEncodeRateControlModeFlagsKHR
Returns the “default value” for a type. Read more
Source§impl Not for VideoEncodeRateControlModeFlagsKHR
impl Not for VideoEncodeRateControlModeFlagsKHR
Source§type Output = VideoEncodeRateControlModeFlagsKHR
type Output = VideoEncodeRateControlModeFlagsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoEncodeRateControlModeFlagsKHR
fn not(self) -> VideoEncodeRateControlModeFlagsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoEncodeRateControlModeFlagsKHR
impl Ord for VideoEncodeRateControlModeFlagsKHR
Source§fn cmp(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoEncodeRateControlModeFlagsKHR
impl PartialEq for VideoEncodeRateControlModeFlagsKHR
Source§fn eq(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoEncodeRateControlModeFlagsKHR
impl PartialOrd for VideoEncodeRateControlModeFlagsKHR
impl Copy for VideoEncodeRateControlModeFlagsKHR
impl Eq for VideoEncodeRateControlModeFlagsKHR
impl StructuralPartialEq for VideoEncodeRateControlModeFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeRateControlModeFlagsKHR
impl RefUnwindSafe for VideoEncodeRateControlModeFlagsKHR
impl Send for VideoEncodeRateControlModeFlagsKHR
impl Sync for VideoEncodeRateControlModeFlagsKHR
impl Unpin for VideoEncodeRateControlModeFlagsKHR
impl UnwindSafe for VideoEncodeRateControlModeFlagsKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more