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