Struct dynlink_nvidia_encode::api::InitParams
source · pub struct InitParams { /* private fields */ }Expand description
Parameters used to initialize the encoder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitParams
impl RefUnwindSafe for InitParams
impl !Send for InitParams
impl !Sync for InitParams
impl Unpin for InitParams
impl UnwindSafe for InitParams
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