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