#[repr(C)]pub struct _RUNTIME_FUNCTION {
pub BeginAddress: DWORD,
pub EndAddress: DWORD,
pub UnwindData: DWORD,
}Fields§
§BeginAddress: DWORD§EndAddress: DWORD§UnwindData: DWORDTrait Implementations§
Source§impl Clone for _RUNTIME_FUNCTION
impl Clone for _RUNTIME_FUNCTION
Source§fn clone(&self) -> _RUNTIME_FUNCTION
fn clone(&self) -> _RUNTIME_FUNCTION
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 Debug for _RUNTIME_FUNCTION
impl Debug for _RUNTIME_FUNCTION
impl Copy for _RUNTIME_FUNCTION
Auto Trait Implementations§
impl Freeze for _RUNTIME_FUNCTION
impl RefUnwindSafe for _RUNTIME_FUNCTION
impl Send for _RUNTIME_FUNCTION
impl Sync for _RUNTIME_FUNCTION
impl Unpin for _RUNTIME_FUNCTION
impl UnwindSafe for _RUNTIME_FUNCTION
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