#[repr(C)]pub struct nvtiffDecoder { /* private fields */ }Trait Implementations§
Source§impl Clone for nvtiffDecoder
impl Clone for nvtiffDecoder
Source§fn clone(&self) -> nvtiffDecoder
fn clone(&self) -> nvtiffDecoder
Returns a copy 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 nvtiffDecoder
impl Debug for nvtiffDecoder
impl Copy for nvtiffDecoder
Auto Trait Implementations§
impl Freeze for nvtiffDecoder
impl RefUnwindSafe for nvtiffDecoder
impl Send for nvtiffDecoder
impl Sync for nvtiffDecoder
impl Unpin for nvtiffDecoder
impl UnwindSafe for nvtiffDecoder
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