pub struct VideoEncodeIntraRefreshModeFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeIntraRefreshModeFlagsKHR
impl VideoEncodeIntraRefreshModeFlagsKHR
Source§impl VideoEncodeIntraRefreshModeFlagsKHR
impl VideoEncodeIntraRefreshModeFlagsKHR
pub const NONE: Self
pub const PER_PICTURE_PARTITION: Self
pub const BLOCK_BASED: Self
pub const BLOCK_ROW_BASED: Self
pub const BLOCK_COLUMN_BASED: Self
Trait Implementations§
Source§impl BitAndAssign for VideoEncodeIntraRefreshModeFlagsKHR
impl BitAndAssign for VideoEncodeIntraRefreshModeFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoEncodeIntraRefreshModeFlagsKHR
impl BitOrAssign for VideoEncodeIntraRefreshModeFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoEncodeIntraRefreshModeFlagsKHR
impl BitXorAssign for VideoEncodeIntraRefreshModeFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoEncodeIntraRefreshModeFlagsKHR
impl Clone for VideoEncodeIntraRefreshModeFlagsKHR
Source§fn clone(&self) -> VideoEncodeIntraRefreshModeFlagsKHR
fn clone(&self) -> VideoEncodeIntraRefreshModeFlagsKHR
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 Debug for VideoEncodeIntraRefreshModeFlagsKHR
Available on crate feature debug only.
impl Debug for VideoEncodeIntraRefreshModeFlagsKHR
Available on crate feature
debug only.Source§impl Ord for VideoEncodeIntraRefreshModeFlagsKHR
impl Ord for VideoEncodeIntraRefreshModeFlagsKHR
Source§fn cmp(&self, other: &VideoEncodeIntraRefreshModeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeIntraRefreshModeFlagsKHR) -> 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 VideoEncodeIntraRefreshModeFlagsKHR
impl PartialEq for VideoEncodeIntraRefreshModeFlagsKHR
Source§fn eq(&self, other: &VideoEncodeIntraRefreshModeFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeIntraRefreshModeFlagsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoEncodeIntraRefreshModeFlagsKHR
impl PartialOrd for VideoEncodeIntraRefreshModeFlagsKHR
impl Copy for VideoEncodeIntraRefreshModeFlagsKHR
impl Eq for VideoEncodeIntraRefreshModeFlagsKHR
impl StructuralPartialEq for VideoEncodeIntraRefreshModeFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeIntraRefreshModeFlagsKHR
impl RefUnwindSafe for VideoEncodeIntraRefreshModeFlagsKHR
impl Send for VideoEncodeIntraRefreshModeFlagsKHR
impl Sync for VideoEncodeIntraRefreshModeFlagsKHR
impl Unpin for VideoEncodeIntraRefreshModeFlagsKHR
impl UnwindSafe for VideoEncodeIntraRefreshModeFlagsKHR
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