Struct COR_PRF_EX_CLAUSE_INFO
#[repr(C)]pub struct COR_PRF_EX_CLAUSE_INFO {
pub clauseType: COR_PRF_CLAUSE_TYPE,
pub programCounter: usize,
pub framePointer: usize,
pub shadowStackPointer: usize,
}
Fields§
§clauseType: COR_PRF_CLAUSE_TYPE
§programCounter: usize
§framePointer: usize
§shadowStackPointer: usize
Trait Implementations§
§impl Clone for COR_PRF_EX_CLAUSE_INFO
impl Clone for COR_PRF_EX_CLAUSE_INFO
§fn clone(&self) -> COR_PRF_EX_CLAUSE_INFO
fn clone(&self) -> COR_PRF_EX_CLAUSE_INFO
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 more§impl Debug for COR_PRF_EX_CLAUSE_INFO
impl Debug for COR_PRF_EX_CLAUSE_INFO
§impl Default for COR_PRF_EX_CLAUSE_INFO
impl Default for COR_PRF_EX_CLAUSE_INFO
§impl PartialEq for COR_PRF_EX_CLAUSE_INFO
impl PartialEq for COR_PRF_EX_CLAUSE_INFO
impl Copy for COR_PRF_EX_CLAUSE_INFO
impl StructuralPartialEq for COR_PRF_EX_CLAUSE_INFO
Auto Trait Implementations§
impl Freeze for COR_PRF_EX_CLAUSE_INFO
impl RefUnwindSafe for COR_PRF_EX_CLAUSE_INFO
impl Send for COR_PRF_EX_CLAUSE_INFO
impl Sync for COR_PRF_EX_CLAUSE_INFO
impl Unpin for COR_PRF_EX_CLAUSE_INFO
impl UnwindSafe for COR_PRF_EX_CLAUSE_INFO
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