#[repr(C)]pub struct nvjpegPinnedAllocatorV2_t {
pub pinned_malloc: tPinnedMallocV2,
pub pinned_free: tPinnedFreeV2,
pub pinned_ctx: *mut c_void,
}Fields§
§pinned_malloc: tPinnedMallocV2§pinned_free: tPinnedFreeV2§pinned_ctx: *mut c_voidTrait Implementations§
Source§impl Clone for nvjpegPinnedAllocatorV2_t
impl Clone for nvjpegPinnedAllocatorV2_t
Source§fn clone(&self) -> nvjpegPinnedAllocatorV2_t
fn clone(&self) -> nvjpegPinnedAllocatorV2_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 nvjpegPinnedAllocatorV2_t
impl Debug for nvjpegPinnedAllocatorV2_t
impl Copy for nvjpegPinnedAllocatorV2_t
Auto Trait Implementations§
impl Freeze for nvjpegPinnedAllocatorV2_t
impl RefUnwindSafe for nvjpegPinnedAllocatorV2_t
impl !Send for nvjpegPinnedAllocatorV2_t
impl !Sync for nvjpegPinnedAllocatorV2_t
impl Unpin for nvjpegPinnedAllocatorV2_t
impl UnwindSafe for nvjpegPinnedAllocatorV2_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