Struct ntapi::ntlpcapi::LPC_CLIENT_DIED_MSG
source · [−]#[repr(C)]pub struct LPC_CLIENT_DIED_MSG {
pub PortMsg: PORT_MESSAGE,
pub CreateTime: LARGE_INTEGER,
}
Fields
PortMsg: PORT_MESSAGE
CreateTime: LARGE_INTEGER
Trait Implementations
sourceimpl Clone for LPC_CLIENT_DIED_MSG
impl Clone for LPC_CLIENT_DIED_MSG
sourcefn clone(&self) -> LPC_CLIENT_DIED_MSG
fn clone(&self) -> LPC_CLIENT_DIED_MSG
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 LPC_CLIENT_DIED_MSG
Auto Trait Implementations
impl RefUnwindSafe for LPC_CLIENT_DIED_MSG
impl !Send for LPC_CLIENT_DIED_MSG
impl !Sync for LPC_CLIENT_DIED_MSG
impl Unpin for LPC_CLIENT_DIED_MSG
impl UnwindSafe for LPC_CLIENT_DIED_MSG
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