pub struct Shellcode(pub RawPayload);Tuple Fields§
§0: RawPayloadImplementations§
source§impl Shellcode
impl Shellcode
pub fn raw(&self) -> &RawPayload
pub fn into_raw(self) -> RawPayload
Trait Implementations§
source§impl From<Vec<u8>> for Shellcode
impl From<Vec<u8>> for Shellcode
source§fn from(value: RawPayload) -> Self
fn from(value: RawPayload) -> Self
Converts to this type from the input type.
impl Payload for Shellcode
Auto Trait Implementations§
impl Freeze for Shellcode
impl RefUnwindSafe for Shellcode
impl Send for Shellcode
impl Sync for Shellcode
impl Unpin for Shellcode
impl UnwindSafe for Shellcode
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