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