Enum ipp_headers_sys::IppChannels
[−]
[src]
#[repr(u32)]pub enum IppChannels { ippC0, ippC1, ippC2, ippC3, ippC4, ippP2, ippP3, ippP4, ippAC1, ippAC4, ippA0C4, ippAP4, }
Variants
ippC0ippC1ippC2ippC3ippC4ippP2ippP3ippP4ippAC1ippAC4ippA0C4ippAP4
Trait Implementations
impl Debug for IppChannels[src]
impl Copy for IppChannels[src]
impl Clone for IppChannels[src]
fn clone(&self) -> IppChannels[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for IppChannels[src]
fn eq(&self, __arg_0: &IppChannels) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.