Struct openexr_sys::CEXR_Channel
source · #[repr(C)]pub struct CEXR_Channel {
pub pixel_type: CEXR_PixelType,
pub x_sampling: c_int,
pub y_sampling: c_int,
pub p_linear: bool,
}
Expand description
Describes an image channel.
Fields§
§pixel_type: CEXR_PixelType
§x_sampling: c_int
§y_sampling: c_int
§p_linear: bool
Trait Implementations§
source§impl Clone for CEXR_Channel
impl Clone for CEXR_Channel
source§fn clone(&self) -> CEXR_Channel
fn clone(&self) -> CEXR_Channel
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 CEXR_Channel
impl Debug for CEXR_Channel
impl Copy for CEXR_Channel
Auto Trait Implementations§
impl Freeze for CEXR_Channel
impl RefUnwindSafe for CEXR_Channel
impl Send for CEXR_Channel
impl Sync for CEXR_Channel
impl Unpin for CEXR_Channel
impl UnwindSafe for CEXR_Channel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)