pub struct VideoEncodeIntraRefreshModeFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeIntraRefreshModeFlagBitsKHR
impl VideoEncodeIntraRefreshModeFlagBitsKHR
pub const NONE: VideoEncodeIntraRefreshModeFlagBitsKHR
Sourcepub const PER_PICTURE_PARTITION: VideoEncodeIntraRefreshModeFlagBitsKHR
pub const PER_PICTURE_PARTITION: VideoEncodeIntraRefreshModeFlagBitsKHR
Bit 0.
Sourcepub const BLOCK_BASED: VideoEncodeIntraRefreshModeFlagBitsKHR
pub const BLOCK_BASED: VideoEncodeIntraRefreshModeFlagBitsKHR
Bit 1.
Sourcepub const BLOCK_ROW_BASED: VideoEncodeIntraRefreshModeFlagBitsKHR
pub const BLOCK_ROW_BASED: VideoEncodeIntraRefreshModeFlagBitsKHR
Bit 2.
Sourcepub const BLOCK_COLUMN_BASED: VideoEncodeIntraRefreshModeFlagBitsKHR
pub const BLOCK_COLUMN_BASED: VideoEncodeIntraRefreshModeFlagBitsKHR
Bit 3.
pub const fn empty() -> VideoEncodeIntraRefreshModeFlagBitsKHR
pub const fn from_raw(value: u32) -> VideoEncodeIntraRefreshModeFlagBitsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: VideoEncodeIntraRefreshModeFlagBitsKHR, ) -> bool
pub const fn all() -> VideoEncodeIntraRefreshModeFlagBitsKHR
Trait Implementations§
Source§impl BitAnd for VideoEncodeIntraRefreshModeFlagBitsKHR
impl BitAnd for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoEncodeIntraRefreshModeFlagBitsKHR,
) -> VideoEncodeIntraRefreshModeFlagBitsKHR
fn bitand( self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR, ) -> VideoEncodeIntraRefreshModeFlagBitsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoEncodeIntraRefreshModeFlagBitsKHR
impl BitAndAssign for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR)
fn bitand_assign(&mut self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoEncodeIntraRefreshModeFlagBitsKHR
impl BitOr for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoEncodeIntraRefreshModeFlagBitsKHR,
) -> VideoEncodeIntraRefreshModeFlagBitsKHR
fn bitor( self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR, ) -> VideoEncodeIntraRefreshModeFlagBitsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoEncodeIntraRefreshModeFlagBitsKHR
impl BitOrAssign for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR)
fn bitor_assign(&mut self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoEncodeIntraRefreshModeFlagBitsKHR
impl BitXor for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoEncodeIntraRefreshModeFlagBitsKHR,
) -> VideoEncodeIntraRefreshModeFlagBitsKHR
fn bitxor( self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR, ) -> VideoEncodeIntraRefreshModeFlagBitsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoEncodeIntraRefreshModeFlagBitsKHR
impl BitXorAssign for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR)
fn bitxor_assign(&mut self, rhs: VideoEncodeIntraRefreshModeFlagBitsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Clone for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn clone(&self) -> VideoEncodeIntraRefreshModeFlagBitsKHR
fn clone(&self) -> VideoEncodeIntraRefreshModeFlagBitsKHR
Returns a duplicate 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 VideoEncodeIntraRefreshModeFlagBitsKHR
impl Default for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn default() -> VideoEncodeIntraRefreshModeFlagBitsKHR
fn default() -> VideoEncodeIntraRefreshModeFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Not for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Not for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
type Output = VideoEncodeIntraRefreshModeFlagBitsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoEncodeIntraRefreshModeFlagBitsKHR
fn not(self) -> VideoEncodeIntraRefreshModeFlagBitsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Ord for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn cmp(&self, other: &VideoEncodeIntraRefreshModeFlagBitsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeIntraRefreshModeFlagBitsKHR) -> 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 VideoEncodeIntraRefreshModeFlagBitsKHR
impl PartialEq for VideoEncodeIntraRefreshModeFlagBitsKHR
Source§fn eq(&self, other: &VideoEncodeIntraRefreshModeFlagBitsKHR) -> bool
fn eq(&self, other: &VideoEncodeIntraRefreshModeFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoEncodeIntraRefreshModeFlagBitsKHR
impl PartialOrd for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Copy for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Eq for VideoEncodeIntraRefreshModeFlagBitsKHR
impl StructuralPartialEq for VideoEncodeIntraRefreshModeFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeIntraRefreshModeFlagBitsKHR
impl RefUnwindSafe for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Send for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Sync for VideoEncodeIntraRefreshModeFlagBitsKHR
impl Unpin for VideoEncodeIntraRefreshModeFlagBitsKHR
impl UnsafeUnpin for VideoEncodeIntraRefreshModeFlagBitsKHR
impl UnwindSafe for VideoEncodeIntraRefreshModeFlagBitsKHR
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