pub struct VideoEncodeContentFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeContentFlagsKHR
impl VideoEncodeContentFlagsKHR
pub const fn empty() -> VideoEncodeContentFlagsKHR
pub const fn from_raw(x: u32) -> VideoEncodeContentFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoEncodeContentFlagsKHR) -> bool
Sourcepub const fn contains(self, other: VideoEncodeContentFlagsKHR) -> bool
pub const fn contains(self, other: VideoEncodeContentFlagsKHR) -> bool
Returns whether other is a subset of self
Source§impl VideoEncodeContentFlagsKHR
impl VideoEncodeContentFlagsKHR
pub const DEFAULT: VideoEncodeContentFlagsKHR
pub const CAMERA: VideoEncodeContentFlagsKHR
pub const DESKTOP: VideoEncodeContentFlagsKHR
pub const RENDERED: VideoEncodeContentFlagsKHR
Trait Implementations§
Source§impl BitAnd for VideoEncodeContentFlagsKHR
impl BitAnd for VideoEncodeContentFlagsKHR
Source§type Output = VideoEncodeContentFlagsKHR
type Output = VideoEncodeContentFlagsKHR
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: VideoEncodeContentFlagsKHR) -> VideoEncodeContentFlagsKHR
fn bitand(self, rhs: VideoEncodeContentFlagsKHR) -> VideoEncodeContentFlagsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoEncodeContentFlagsKHR
impl BitAndAssign for VideoEncodeContentFlagsKHR
Source§fn bitand_assign(&mut self, rhs: VideoEncodeContentFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoEncodeContentFlagsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoEncodeContentFlagsKHR
impl BitOr for VideoEncodeContentFlagsKHR
Source§type Output = VideoEncodeContentFlagsKHR
type Output = VideoEncodeContentFlagsKHR
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: VideoEncodeContentFlagsKHR) -> VideoEncodeContentFlagsKHR
fn bitor(self, rhs: VideoEncodeContentFlagsKHR) -> VideoEncodeContentFlagsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoEncodeContentFlagsKHR
impl BitOrAssign for VideoEncodeContentFlagsKHR
Source§fn bitor_assign(&mut self, rhs: VideoEncodeContentFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoEncodeContentFlagsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoEncodeContentFlagsKHR
impl BitXor for VideoEncodeContentFlagsKHR
Source§type Output = VideoEncodeContentFlagsKHR
type Output = VideoEncodeContentFlagsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: VideoEncodeContentFlagsKHR) -> VideoEncodeContentFlagsKHR
fn bitxor(self, rhs: VideoEncodeContentFlagsKHR) -> VideoEncodeContentFlagsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoEncodeContentFlagsKHR
impl BitXorAssign for VideoEncodeContentFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoEncodeContentFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoEncodeContentFlagsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoEncodeContentFlagsKHR
impl Clone for VideoEncodeContentFlagsKHR
Source§fn clone(&self) -> VideoEncodeContentFlagsKHR
fn clone(&self) -> VideoEncodeContentFlagsKHR
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 Debug for VideoEncodeContentFlagsKHR
impl Debug for VideoEncodeContentFlagsKHR
Source§impl Default for VideoEncodeContentFlagsKHR
impl Default for VideoEncodeContentFlagsKHR
Source§fn default() -> VideoEncodeContentFlagsKHR
fn default() -> VideoEncodeContentFlagsKHR
Returns the “default value” for a type. Read more
Source§impl Hash for VideoEncodeContentFlagsKHR
impl Hash for VideoEncodeContentFlagsKHR
Source§impl Not for VideoEncodeContentFlagsKHR
impl Not for VideoEncodeContentFlagsKHR
Source§type Output = VideoEncodeContentFlagsKHR
type Output = VideoEncodeContentFlagsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoEncodeContentFlagsKHR
fn not(self) -> VideoEncodeContentFlagsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoEncodeContentFlagsKHR
impl Ord for VideoEncodeContentFlagsKHR
Source§fn cmp(&self, other: &VideoEncodeContentFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeContentFlagsKHR) -> 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 PartialOrd for VideoEncodeContentFlagsKHR
impl PartialOrd for VideoEncodeContentFlagsKHR
impl Copy for VideoEncodeContentFlagsKHR
impl Eq for VideoEncodeContentFlagsKHR
impl StructuralPartialEq for VideoEncodeContentFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeContentFlagsKHR
impl RefUnwindSafe for VideoEncodeContentFlagsKHR
impl Send for VideoEncodeContentFlagsKHR
impl Sync for VideoEncodeContentFlagsKHR
impl Unpin for VideoEncodeContentFlagsKHR
impl UnwindSafe for VideoEncodeContentFlagsKHR
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