#[repr(C)]pub struct nvjpegPinnedAllocator_t {
pub pinned_malloc: tPinnedMalloc,
pub pinned_free: tPinnedFree,
}Fields§
§pinned_malloc: tPinnedMalloc§pinned_free: tPinnedFreeTrait Implementations§
Source§impl Clone for nvjpegPinnedAllocator_t
impl Clone for nvjpegPinnedAllocator_t
Source§fn clone(&self) -> nvjpegPinnedAllocator_t
fn clone(&self) -> nvjpegPinnedAllocator_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 nvjpegPinnedAllocator_t
impl Debug for nvjpegPinnedAllocator_t
impl Copy for nvjpegPinnedAllocator_t
Auto Trait Implementations§
impl Freeze for nvjpegPinnedAllocator_t
impl RefUnwindSafe for nvjpegPinnedAllocator_t
impl Send for nvjpegPinnedAllocator_t
impl Sync for nvjpegPinnedAllocator_t
impl Unpin for nvjpegPinnedAllocator_t
impl UnwindSafe for nvjpegPinnedAllocator_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