pub enum Encoding {
Ea04,
Ea05,
Ea06,
Jb01,
}Expand description
Recognized AutoIt payload encoding family.
Variants§
Ea04
AutoIt v3.1.x EA04 payload format. Predates EA05: MT-encrypted with the
same field keys, but the record header carries no per-record checksum
field and the compression wrapper magic is EA04.
Ea05
AutoIt v3 EA05 payload format.
Ea06
AutoIt v3 EA06 payload format.
Jb01
AutoIt v2 / related JB01 payload format.
Trait Implementations§
impl Copy for Encoding
impl Eq for Encoding
impl StructuralPartialEq for Encoding
Auto Trait Implementations§
impl Freeze for Encoding
impl RefUnwindSafe for Encoding
impl Send for Encoding
impl Sync for Encoding
impl Unpin for Encoding
impl UnsafeUnpin for Encoding
impl UnwindSafe for Encoding
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