Struct ntapi::ntioapi::FILE_PIPE_ASSIGN_EVENT_BUFFER
source · [−]#[repr(C)]pub struct FILE_PIPE_ASSIGN_EVENT_BUFFER {
pub EventHandle: HANDLE,
pub KeyValue: ULONG,
}
Fields
EventHandle: HANDLE
KeyValue: ULONG
Trait Implementations
sourceimpl Clone for FILE_PIPE_ASSIGN_EVENT_BUFFER
impl Clone for FILE_PIPE_ASSIGN_EVENT_BUFFER
sourcefn clone(&self) -> FILE_PIPE_ASSIGN_EVENT_BUFFER
fn clone(&self) -> FILE_PIPE_ASSIGN_EVENT_BUFFER
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 FILE_PIPE_ASSIGN_EVENT_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for FILE_PIPE_ASSIGN_EVENT_BUFFER
impl !Send for FILE_PIPE_ASSIGN_EVENT_BUFFER
impl !Sync for FILE_PIPE_ASSIGN_EVENT_BUFFER
impl Unpin for FILE_PIPE_ASSIGN_EVENT_BUFFER
impl UnwindSafe for FILE_PIPE_ASSIGN_EVENT_BUFFER
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