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