Struct object::pe::ImageAlphaRuntimeFunctionEntry
source · #[repr(C)]pub struct ImageAlphaRuntimeFunctionEntry {
pub begin_address: U32<LittleEndian>,
pub end_address: U32<LittleEndian>,
pub exception_handler: U32<LittleEndian>,
pub handler_data: U32<LittleEndian>,
pub prolog_end_address: U32<LittleEndian>,
}
Fields§
§begin_address: U32<LittleEndian>
§end_address: U32<LittleEndian>
§exception_handler: U32<LittleEndian>
§handler_data: U32<LittleEndian>
§prolog_end_address: U32<LittleEndian>
Trait Implementations§
source§impl Clone for ImageAlphaRuntimeFunctionEntry
impl Clone for ImageAlphaRuntimeFunctionEntry
source§fn clone(&self) -> ImageAlphaRuntimeFunctionEntry
fn clone(&self) -> ImageAlphaRuntimeFunctionEntry
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 ImageAlphaRuntimeFunctionEntry
impl Pod for ImageAlphaRuntimeFunctionEntry
Auto Trait Implementations§
impl Freeze for ImageAlphaRuntimeFunctionEntry
impl RefUnwindSafe for ImageAlphaRuntimeFunctionEntry
impl Send for ImageAlphaRuntimeFunctionEntry
impl Sync for ImageAlphaRuntimeFunctionEntry
impl Unpin for ImageAlphaRuntimeFunctionEntry
impl UnwindSafe for ImageAlphaRuntimeFunctionEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)