Struct ntapi::ntlpcapi::ALPC_SERVER_INFORMATION_Out  
source · [−]#[repr(C)]pub struct ALPC_SERVER_INFORMATION_Out {
    pub ThreadBlocked: BOOLEAN,
    pub ConnectedProcessId: HANDLE,
    pub ConnectionPortName: UNICODE_STRING,
}Fields
ThreadBlocked: BOOLEANConnectedProcessId: HANDLEConnectionPortName: UNICODE_STRINGTrait Implementations
sourceimpl Clone for ALPC_SERVER_INFORMATION_Out
 
impl Clone for ALPC_SERVER_INFORMATION_Out
sourcefn clone(&self) -> ALPC_SERVER_INFORMATION_Out
 
fn clone(&self) -> ALPC_SERVER_INFORMATION_Out
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_SERVER_INFORMATION_Out
Auto Trait Implementations
impl RefUnwindSafe for ALPC_SERVER_INFORMATION_Out
impl !Send for ALPC_SERVER_INFORMATION_Out
impl !Sync for ALPC_SERVER_INFORMATION_Out
impl Unpin for ALPC_SERVER_INFORMATION_Out
impl UnwindSafe for ALPC_SERVER_INFORMATION_Out
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