#[repr(C)]pub struct ACTCTX_SECTION_KEYED_DATA_2600 {
pub cbSize: u32,
pub ulDataFormatVersion: u32,
pub lpData: *mut c_void,
pub ulLength: u32,
pub lpSectionGlobalData: *mut c_void,
pub ulSectionGlobalDataLength: u32,
pub lpSectionBase: *mut c_void,
pub ulSectionTotalLength: u32,
pub hActCtx: HANDLE,
pub ulAssemblyRosterIndex: u32,
}
Fields§
§cbSize: u32
§ulDataFormatVersion: u32
§lpData: *mut c_void
§ulLength: u32
§lpSectionGlobalData: *mut c_void
§ulSectionGlobalDataLength: u32
§lpSectionBase: *mut c_void
§ulSectionTotalLength: u32
§hActCtx: HANDLE
§ulAssemblyRosterIndex: u32
Trait Implementations§
§impl Clone for ACTCTX_SECTION_KEYED_DATA_2600
impl Clone for ACTCTX_SECTION_KEYED_DATA_2600
§fn clone(&self) -> ACTCTX_SECTION_KEYED_DATA_2600
fn clone(&self) -> ACTCTX_SECTION_KEYED_DATA_2600
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 ACTCTX_SECTION_KEYED_DATA_2600
impl Debug for ACTCTX_SECTION_KEYED_DATA_2600
§impl Default for ACTCTX_SECTION_KEYED_DATA_2600
impl Default for ACTCTX_SECTION_KEYED_DATA_2600
§impl PartialEq for ACTCTX_SECTION_KEYED_DATA_2600
impl PartialEq for ACTCTX_SECTION_KEYED_DATA_2600
§fn eq(&self, other: &ACTCTX_SECTION_KEYED_DATA_2600) -> bool
fn eq(&self, other: &ACTCTX_SECTION_KEYED_DATA_2600) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ACTCTX_SECTION_KEYED_DATA_2600
impl Eq for ACTCTX_SECTION_KEYED_DATA_2600
impl StructuralPartialEq for ACTCTX_SECTION_KEYED_DATA_2600
Auto Trait Implementations§
impl Freeze for ACTCTX_SECTION_KEYED_DATA_2600
impl RefUnwindSafe for ACTCTX_SECTION_KEYED_DATA_2600
impl !Send for ACTCTX_SECTION_KEYED_DATA_2600
impl !Sync for ACTCTX_SECTION_KEYED_DATA_2600
impl Unpin for ACTCTX_SECTION_KEYED_DATA_2600
impl UnwindSafe for ACTCTX_SECTION_KEYED_DATA_2600
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)