Enum libopenraw_sys::ffi_libopenraw::or_options
source · #[repr(u32)]
pub enum or_options {
OR_OPTIONS_NONE,
OR_OPTIONS_DONT_DECOMPRESS,
}Expand description
@brief Options
Variants
OR_OPTIONS_NONE
< No options
OR_OPTIONS_DONT_DECOMPRESS
< Don’t decompress
Trait Implementations
sourceimpl Clone for or_options
impl Clone for or_options
sourcefn clone(&self) -> or_options
fn clone(&self) -> or_options
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for or_options
impl Debug for or_options
sourceimpl Hash for or_options
impl Hash for or_options
sourceimpl PartialEq<or_options> for or_options
impl PartialEq<or_options> for or_options
sourcefn eq(&self, other: &or_options) -> bool
fn eq(&self, other: &or_options) -> bool
impl Copy for or_options
impl Eq for or_options
impl StructuralEq for or_options
impl StructuralPartialEq for or_options
Auto Trait Implementations
impl RefUnwindSafe for or_options
impl Send for or_options
impl Sync for or_options
impl Unpin for or_options
impl UnwindSafe for or_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more