#[repr(C)]
#[repr(align(128))]
pub struct ALPC_COMPLETION_LIST_HEADER {
Show 24 fields pub StartMagic: ULONG64, pub TotalSize: ULONG, pub ListOffset: ULONG, pub ListSize: ULONG, pub BitmapOffset: ULONG, pub BitmapSize: ULONG, pub DataOffset: ULONG, pub DataSize: ULONG, pub AttributeFlags: ULONG, pub AttributeSize: ULONG, pub __padding0: [u64; 10], pub State: ALPC_COMPLETION_LIST_STATE, pub LastMessageId: ULONG, pub LastCallbackId: ULONG, pub __padding1: [u32; 28], pub PostCount: ULONG, pub __padding2: [u32; 31], pub ReturnCount: ULONG, pub __padding3: [u32; 31], pub LogSequenceNumber: ULONG, pub __padding4: [u64; 15], pub UserLock: RTL_SRWLOCK, pub EndMagic: ULONG64, pub __padding5: [u64; 14],
}

Fields

StartMagic: ULONG64TotalSize: ULONGListOffset: ULONGListSize: ULONGBitmapOffset: ULONGBitmapSize: ULONGDataOffset: ULONGDataSize: ULONGAttributeFlags: ULONGAttributeSize: ULONG__padding0: [u64; 10]State: ALPC_COMPLETION_LIST_STATELastMessageId: ULONGLastCallbackId: ULONG__padding1: [u32; 28]PostCount: ULONG__padding2: [u32; 31]ReturnCount: ULONG__padding3: [u32; 31]LogSequenceNumber: ULONG__padding4: [u64; 15]UserLock: RTL_SRWLOCKEndMagic: ULONG64__padding5: [u64; 14]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.