Enum dpdk_unix::strings::CStringPointerConversionError
[−]
pub enum CStringPointerConversionError { Empty, }
Variants
Empty
Trait Implementations
impl Debug for CStringPointerConversionError
[src]
impl Copy for CStringPointerConversionError
[src]
impl Clone for CStringPointerConversionError
[src]
fn clone(&self) -> CStringPointerConversionError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more