Struct ntapi::ntlpcapi::ALPC_CONTEXT_ATTR
source · [−]#[repr(C)]pub struct ALPC_CONTEXT_ATTR {
pub PortContext: PVOID,
pub MessageContext: PVOID,
pub Sequence: ULONG,
pub MessageId: ULONG,
pub CallbackId: ULONG,
}
Fields
PortContext: PVOID
MessageContext: PVOID
Sequence: ULONG
MessageId: ULONG
CallbackId: ULONG
Trait Implementations
sourceimpl Clone for ALPC_CONTEXT_ATTR
impl Clone for ALPC_CONTEXT_ATTR
sourcefn clone(&self) -> ALPC_CONTEXT_ATTR
fn clone(&self) -> ALPC_CONTEXT_ATTR
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_CONTEXT_ATTR
Auto Trait Implementations
impl RefUnwindSafe for ALPC_CONTEXT_ATTR
impl !Send for ALPC_CONTEXT_ATTR
impl !Sync for ALPC_CONTEXT_ATTR
impl Unpin for ALPC_CONTEXT_ATTR
impl UnwindSafe for ALPC_CONTEXT_ATTR
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