pub struct Arm9WithTcmsOptions {
pub originally_compressed: bool,
pub originally_encrypted: bool,
}Expand description
Options for Arm9::with_two_tcms.
Fields§
§originally_compressed: boolWhether the program was compressed originally.
originally_encrypted: boolWhether the program was encrypted originally.
Auto Trait Implementations§
impl Freeze for Arm9WithTcmsOptions
impl RefUnwindSafe for Arm9WithTcmsOptions
impl Send for Arm9WithTcmsOptions
impl Sync for Arm9WithTcmsOptions
impl Unpin for Arm9WithTcmsOptions
impl UnsafeUnpin for Arm9WithTcmsOptions
impl UnwindSafe for Arm9WithTcmsOptions
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