pub enum Profile {
Main,
Reduced,
}Expand description
Decoder profile to target.
Variants§
Trait Implementations§
Source§impl From<u32> for Profile
impl From<u32> for Profile
Source§fn from(profile: OodleLZ_Profile) -> Self
fn from(profile: OodleLZ_Profile) -> Self
Converts to this type from the input type.
Source§impl Into<u32> for Profile
impl Into<u32> for Profile
Source§fn into(self) -> OodleLZ_Profile
fn into(self) -> OodleLZ_Profile
Converts this type into the (usually inferred) input type.
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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