#[repr(u32)]pub enum AVVkFrameFlags {
AV_VK_FRAME_FLAG_NONE = 1,
AV_VK_FRAME_FLAG_DISABLE_MULTIPLANE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for AVVkFrameFlags
impl Clone for AVVkFrameFlags
Source§fn clone(&self) -> AVVkFrameFlags
fn clone(&self) -> AVVkFrameFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVVkFrameFlags
Source§impl Debug for AVVkFrameFlags
impl Debug for AVVkFrameFlags
impl Eq for AVVkFrameFlags
Source§impl Hash for AVVkFrameFlags
impl Hash for AVVkFrameFlags
Source§impl PartialEq for AVVkFrameFlags
impl PartialEq for AVVkFrameFlags
impl StructuralPartialEq for AVVkFrameFlags
Auto Trait Implementations§
impl Freeze for AVVkFrameFlags
impl RefUnwindSafe for AVVkFrameFlags
impl Send for AVVkFrameFlags
impl Sync for AVVkFrameFlags
impl Unpin for AVVkFrameFlags
impl UnsafeUnpin for AVVkFrameFlags
impl UnwindSafe for AVVkFrameFlags
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