pub struct Dynlibs {
pub cuda_shlib: SharedLibrary,
pub nvenc_shlib: SharedLibrary,
}Fields§
§cuda_shlib: SharedLibrary§nvenc_shlib: SharedLibraryImplementations§
Auto Trait Implementations§
impl Freeze for Dynlibs
impl RefUnwindSafe for Dynlibs
impl Send for Dynlibs
impl Sync for Dynlibs
impl Unpin for Dynlibs
impl UnwindSafe for Dynlibs
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