pub struct GameexeDecodeReport {
pub encoding: GameexeTextEncoding,
pub applied_xor: Vec<(AngouStepKind, usize)>,
pub used_lzss: bool,
}Fields§
§encoding: GameexeTextEncoding§applied_xor: Vec<(AngouStepKind, usize)>§used_lzss: boolTrait Implementations§
Source§impl Clone for GameexeDecodeReport
impl Clone for GameexeDecodeReport
Source§fn clone(&self) -> GameexeDecodeReport
fn clone(&self) -> GameexeDecodeReport
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 moreAuto Trait Implementations§
impl Freeze for GameexeDecodeReport
impl RefUnwindSafe for GameexeDecodeReport
impl Send for GameexeDecodeReport
impl Sync for GameexeDecodeReport
impl Unpin for GameexeDecodeReport
impl UnsafeUnpin for GameexeDecodeReport
impl UnwindSafe for GameexeDecodeReport
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