#[repr(C)]pub enum NVencH264EntropyCodingMode {
AutoSelect = 0,
Cabac = 1,
Cavlc = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for NVencH264EntropyCodingMode
impl RefUnwindSafe for NVencH264EntropyCodingMode
impl Send for NVencH264EntropyCodingMode
impl Sync for NVencH264EntropyCodingMode
impl Unpin for NVencH264EntropyCodingMode
impl UnsafeUnpin for NVencH264EntropyCodingMode
impl UnwindSafe for NVencH264EntropyCodingMode
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