pub enum CompressionFormat {
LcLz2Orig,
LcLz2Speed,
LcLz3,
}Expand description
Contains all valid ROM compression formats that can be used with Wrapper::change_compression.
Variants§
Trait Implementations§
Source§impl Debug for CompressionFormat
impl Debug for CompressionFormat
Auto Trait Implementations§
impl Freeze for CompressionFormat
impl RefUnwindSafe for CompressionFormat
impl Send for CompressionFormat
impl Sync for CompressionFormat
impl Unpin for CompressionFormat
impl UnwindSafe for CompressionFormat
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