pub struct DecodeOptions { /* private fields */ }Expand description
Options for decode.
You can create default options via DecodeOptions::default.
Implementations§
Source§impl DecodeOptions
impl DecodeOptions
Sourcepub fn tracee_mode(&mut self, tracee_mode: TraceeMode) -> &mut Self
pub fn tracee_mode(&mut self, tracee_mode: TraceeMode) -> &mut Self
Set default mode of tracee before encountering any valid MODE.exec packets.
Default is TraceeMode::Mode64
Trait Implementations§
Source§impl Clone for DecodeOptions
impl Clone for DecodeOptions
Source§fn clone(&self) -> DecodeOptions
fn clone(&self) -> DecodeOptions
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 moreSource§impl Default for DecodeOptions
impl Default for DecodeOptions
impl Copy for DecodeOptions
Auto Trait Implementations§
impl Freeze for DecodeOptions
impl RefUnwindSafe for DecodeOptions
impl Send for DecodeOptions
impl Sync for DecodeOptions
impl Unpin for DecodeOptions
impl UnwindSafe for DecodeOptions
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