Enum ipp_headers_sys::IppDataType
[−]
[src]
#[repr(i32)]pub enum IppDataType { ippUndef, ipp1u, ipp8u, ipp8uc, ipp8s, ipp8sc, ipp16u, ipp16uc, ipp16s, ipp16sc, ipp32u, ipp32uc, ipp32s, ipp32sc, ipp32f, ipp32fc, ipp64u, ipp64uc, ipp64s, ipp64sc, ipp64f, ipp64fc, }
Variants
ippUndefipp1uipp8uipp8ucipp8sipp8scipp16uipp16ucipp16sipp16scipp32uipp32ucipp32sipp32scipp32fipp32fcipp64uipp64ucipp64sipp64scipp64fipp64fc
Trait Implementations
impl Debug for IppDataType[src]
impl Copy for IppDataType[src]
impl Clone for IppDataType[src]
fn clone(&self) -> IppDataType[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 IppDataType[src]
fn eq(&self, __arg_0: &IppDataType) -> 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 !=.