#[repr(C)]pub struct nvjpegDevAllocatorV2_t {
pub dev_malloc: tDevMallocV2,
pub dev_free: tDevFreeV2,
pub dev_ctx: *mut c_void,
}Fields§
§dev_malloc: tDevMallocV2§dev_free: tDevFreeV2§dev_ctx: *mut c_voidTrait Implementations§
Source§impl Clone for nvjpegDevAllocatorV2_t
impl Clone for nvjpegDevAllocatorV2_t
Source§fn clone(&self) -> nvjpegDevAllocatorV2_t
fn clone(&self) -> nvjpegDevAllocatorV2_t
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 nvjpegDevAllocatorV2_t
impl Debug for nvjpegDevAllocatorV2_t
impl Copy for nvjpegDevAllocatorV2_t
Auto Trait Implementations§
impl Freeze for nvjpegDevAllocatorV2_t
impl RefUnwindSafe for nvjpegDevAllocatorV2_t
impl !Send for nvjpegDevAllocatorV2_t
impl !Sync for nvjpegDevAllocatorV2_t
impl Unpin for nvjpegDevAllocatorV2_t
impl UnwindSafe for nvjpegDevAllocatorV2_t
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