#[repr(u32)]pub enum or_options {
OR_OPTIONS_NONE = 0,
OR_OPTIONS_DONT_DECOMPRESS = 1,
}Expand description
@brief Options
Variants§
Trait Implementations§
Source§impl Clone for or_options
impl Clone for or_options
Source§fn clone(&self) -> or_options
fn clone(&self) -> or_options
Returns a duplicate 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 or_options
impl Debug for or_options
Source§impl Hash for or_options
impl Hash for or_options
Source§impl PartialEq for or_options
impl PartialEq for or_options
impl Copy for or_options
impl Eq for or_options
impl StructuralPartialEq for or_options
Auto Trait Implementations§
impl Freeze for or_options
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more