#[repr(C)]pub struct tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA {
pub lpInformation: PVOID,
pub lpSectionBase: PVOID,
pub ulSectionLength: ULONG,
pub lpSectionGlobalDataBase: PVOID,
pub ulSectionGlobalDataLength: ULONG,
}
Fields§
§lpInformation: PVOID
§lpSectionBase: PVOID
§ulSectionLength: ULONG
§lpSectionGlobalDataBase: PVOID
§ulSectionGlobalDataLength: ULONG
Trait Implementations§
Source§impl Clone for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl Clone for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
Source§fn clone(&self) -> tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
fn clone(&self) -> tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
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 moreSource§impl Ord for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl Ord for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
Source§fn cmp(
&self,
other: &tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA,
) -> Ordering
fn cmp( &self, other: &tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA, ) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl PartialEq for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
Source§fn eq(&self, other: &tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA) -> bool
fn eq(&self, other: &tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl PartialOrd for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl Copy for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl Eq for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl StructuralPartialEq for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
Auto Trait Implementations§
impl Freeze for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl RefUnwindSafe for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl !Send for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl !Sync for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl Unpin for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
impl UnwindSafe for tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA
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