pub struct VideoEncodeFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for VideoEncodeFlagsKHR
impl BitAnd for VideoEncodeFlagsKHR
Source§impl BitAndAssign for VideoEncodeFlagsKHR
impl BitAndAssign for VideoEncodeFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for VideoEncodeFlagsKHR
impl BitOr for VideoEncodeFlagsKHR
Source§impl BitOrAssign for VideoEncodeFlagsKHR
impl BitOrAssign for VideoEncodeFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for VideoEncodeFlagsKHR
impl BitXor for VideoEncodeFlagsKHR
Source§impl BitXorAssign for VideoEncodeFlagsKHR
impl BitXorAssign for VideoEncodeFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for VideoEncodeFlagsKHR
impl Clone for VideoEncodeFlagsKHR
Source§fn clone(&self) -> VideoEncodeFlagsKHR
fn clone(&self) -> VideoEncodeFlagsKHR
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 VideoEncodeFlagsKHR
impl Debug for VideoEncodeFlagsKHR
Source§impl Default for VideoEncodeFlagsKHR
impl Default for VideoEncodeFlagsKHR
Source§impl Hash for VideoEncodeFlagsKHR
impl Hash for VideoEncodeFlagsKHR
Source§impl Not for VideoEncodeFlagsKHR
impl Not for VideoEncodeFlagsKHR
Source§impl Ord for VideoEncodeFlagsKHR
impl Ord for VideoEncodeFlagsKHR
Source§fn cmp(&self, other: &VideoEncodeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeFlagsKHR) -> 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 VideoEncodeFlagsKHR
impl PartialEq for VideoEncodeFlagsKHR
Source§impl PartialOrd for VideoEncodeFlagsKHR
impl PartialOrd for VideoEncodeFlagsKHR
impl Copy for VideoEncodeFlagsKHR
impl Eq for VideoEncodeFlagsKHR
impl StructuralPartialEq for VideoEncodeFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeFlagsKHR
impl RefUnwindSafe for VideoEncodeFlagsKHR
impl Send for VideoEncodeFlagsKHR
impl Sync for VideoEncodeFlagsKHR
impl Unpin for VideoEncodeFlagsKHR
impl UnwindSafe for VideoEncodeFlagsKHR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)