#[repr(C)]pub struct ALPC_PORT_COMPLETION_LIST_INFORMATION {
pub Buffer: PVOID,
pub Size: ULONG,
pub ConcurrencyCount: ULONG,
pub AttributeFlags: ULONG,
}
Fields
Buffer: PVOID
Size: ULONG
ConcurrencyCount: ULONG
AttributeFlags: ULONG
Trait Implementations
sourceimpl Clone for ALPC_PORT_COMPLETION_LIST_INFORMATION
impl Clone for ALPC_PORT_COMPLETION_LIST_INFORMATION
sourcefn clone(&self) -> ALPC_PORT_COMPLETION_LIST_INFORMATION
fn clone(&self) -> ALPC_PORT_COMPLETION_LIST_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for ALPC_PORT_COMPLETION_LIST_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ALPC_PORT_COMPLETION_LIST_INFORMATION
impl !Send for ALPC_PORT_COMPLETION_LIST_INFORMATION
impl !Sync for ALPC_PORT_COMPLETION_LIST_INFORMATION
impl Unpin for ALPC_PORT_COMPLETION_LIST_INFORMATION
impl UnwindSafe for ALPC_PORT_COMPLETION_LIST_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more