pub struct VideoSessionParametersCreateFlagBitsKHR(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for VideoSessionParametersCreateFlagBitsKHR
impl BitAndAssign for VideoSessionParametersCreateFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoSessionParametersCreateFlagBitsKHR
impl BitOrAssign for VideoSessionParametersCreateFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoSessionParametersCreateFlagBitsKHR
impl BitXorAssign for VideoSessionParametersCreateFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoSessionParametersCreateFlagBitsKHR
impl Clone for VideoSessionParametersCreateFlagBitsKHR
Source§fn clone(&self) -> VideoSessionParametersCreateFlagBitsKHR
fn clone(&self) -> VideoSessionParametersCreateFlagBitsKHR
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 VideoSessionParametersCreateFlagBitsKHR
impl Default for VideoSessionParametersCreateFlagBitsKHR
Source§fn default() -> VideoSessionParametersCreateFlagBitsKHR
fn default() -> VideoSessionParametersCreateFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl PartialEq for VideoSessionParametersCreateFlagBitsKHR
impl PartialEq for VideoSessionParametersCreateFlagBitsKHR
Source§fn eq(&self, other: &VideoSessionParametersCreateFlagBitsKHR) -> bool
fn eq(&self, other: &VideoSessionParametersCreateFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoSessionParametersCreateFlagBitsKHR
impl Eq for VideoSessionParametersCreateFlagBitsKHR
impl StructuralPartialEq for VideoSessionParametersCreateFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoSessionParametersCreateFlagBitsKHR
impl RefUnwindSafe for VideoSessionParametersCreateFlagBitsKHR
impl Send for VideoSessionParametersCreateFlagBitsKHR
impl Sync for VideoSessionParametersCreateFlagBitsKHR
impl Unpin for VideoSessionParametersCreateFlagBitsKHR
impl UnsafeUnpin for VideoSessionParametersCreateFlagBitsKHR
impl UnwindSafe for VideoSessionParametersCreateFlagBitsKHR
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