pub struct VideoDecodeFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoDecodeFlagsKHR
 
impl VideoDecodeFlagsKHR
Source§impl VideoDecodeFlagsKHR
 
impl VideoDecodeFlagsKHR
pub const DEFAULT: Self
pub const RESERVED_0: Self
Trait Implementations§
Source§impl BitAnd for VideoDecodeFlagsKHR
 
impl BitAnd for VideoDecodeFlagsKHR
Source§impl BitAndAssign for VideoDecodeFlagsKHR
 
impl BitAndAssign for VideoDecodeFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOr for VideoDecodeFlagsKHR
 
impl BitOr for VideoDecodeFlagsKHR
Source§impl BitOrAssign for VideoDecodeFlagsKHR
 
impl BitOrAssign for VideoDecodeFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXor for VideoDecodeFlagsKHR
 
impl BitXor for VideoDecodeFlagsKHR
Source§impl BitXorAssign for VideoDecodeFlagsKHR
 
impl BitXorAssign for VideoDecodeFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for VideoDecodeFlagsKHR
 
impl Clone for VideoDecodeFlagsKHR
Source§fn clone(&self) -> VideoDecodeFlagsKHR
 
fn clone(&self) -> VideoDecodeFlagsKHR
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 VideoDecodeFlagsKHR
 
impl Default for VideoDecodeFlagsKHR
Source§impl Hash for VideoDecodeFlagsKHR
 
impl Hash for VideoDecodeFlagsKHR
Source§impl Not for VideoDecodeFlagsKHR
 
impl Not for VideoDecodeFlagsKHR
Source§impl Ord for VideoDecodeFlagsKHR
 
impl Ord for VideoDecodeFlagsKHR
Source§fn cmp(&self, other: &VideoDecodeFlagsKHR) -> Ordering
 
fn cmp(&self, other: &VideoDecodeFlagsKHR) -> 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 VideoDecodeFlagsKHR
 
impl PartialEq for VideoDecodeFlagsKHR
Source§impl PartialOrd for VideoDecodeFlagsKHR
 
impl PartialOrd for VideoDecodeFlagsKHR
impl Copy for VideoDecodeFlagsKHR
impl Eq for VideoDecodeFlagsKHR
impl StructuralPartialEq for VideoDecodeFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeFlagsKHR
impl RefUnwindSafe for VideoDecodeFlagsKHR
impl Send for VideoDecodeFlagsKHR
impl Sync for VideoDecodeFlagsKHR
impl Unpin for VideoDecodeFlagsKHR
impl UnwindSafe for VideoDecodeFlagsKHR
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