Enum libheif_rs::EncoderParameterType
source · #[repr(C)]
pub enum EncoderParameterType {
Int,
Bool,
String,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for EncoderParameterType
impl Clone for EncoderParameterType
source§fn clone(&self) -> EncoderParameterType
fn clone(&self) -> EncoderParameterType
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 EncoderParameterType
impl Debug for EncoderParameterType
source§impl Hash for EncoderParameterType
impl Hash for EncoderParameterType
source§impl PartialEq<EncoderParameterType> for EncoderParameterType
impl PartialEq<EncoderParameterType> for EncoderParameterType
source§fn eq(&self, other: &EncoderParameterType) -> bool
fn eq(&self, other: &EncoderParameterType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.