Struct CodeRangeEntrypoint   
pub struct CodeRangeEntrypoint<'a> { /* private fields */ }Expand description
Mirror of IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT:
Represents a mapping between code range and its entry point.
Implementations§
§impl CodeRangeEntrypoint<'_>
 
impl CodeRangeEntrypoint<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CodeRangeEntrypoint<'a>
impl<'a> !RefUnwindSafe for CodeRangeEntrypoint<'a>
impl<'a> !Send for CodeRangeEntrypoint<'a>
impl<'a> !Sync for CodeRangeEntrypoint<'a>
impl<'a> Unpin for CodeRangeEntrypoint<'a>
impl<'a> !UnwindSafe for CodeRangeEntrypoint<'a>
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