Struct openexr_sys::CEXR_OutputFile
source · #[repr(C)]pub struct CEXR_OutputFile { /* private fields */ }
Trait Implementations
sourceimpl Clone for CEXR_OutputFile
impl Clone for CEXR_OutputFile
sourcefn clone(&self) -> CEXR_OutputFile
fn clone(&self) -> CEXR_OutputFile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CEXR_OutputFile
impl Debug for CEXR_OutputFile
impl Copy for CEXR_OutputFile
Auto Trait Implementations
impl RefUnwindSafe for CEXR_OutputFile
impl Send for CEXR_OutputFile
impl Sync for CEXR_OutputFile
impl Unpin for CEXR_OutputFile
impl UnwindSafe for CEXR_OutputFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more