pub struct Bcj2Coder { /* private fields */ }Expand description
BCJ2 coder for x86 executables with separate streams for different instruction types.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bcj2Coder
impl RefUnwindSafe for Bcj2Coder
impl Send for Bcj2Coder
impl Sync for Bcj2Coder
impl Unpin for Bcj2Coder
impl UnwindSafe for Bcj2Coder
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