Struct windows_sys::Wdk::Foundation::IO_COMPLETION_CONTEXT
#[repr(C)]pub struct IO_COMPLETION_CONTEXT {
pub Port: *mut c_void,
pub Key: *mut c_void,
pub UsageCount: isize,
}
Fields§
§Port: *mut c_void
§Key: *mut c_void
§UsageCount: isize
Trait Implementations§
§impl Clone for IO_COMPLETION_CONTEXT
impl Clone for IO_COMPLETION_CONTEXT
impl Copy for IO_COMPLETION_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for IO_COMPLETION_CONTEXT
impl !Send for IO_COMPLETION_CONTEXT
impl !Sync for IO_COMPLETION_CONTEXT
impl Unpin for IO_COMPLETION_CONTEXT
impl UnwindSafe for IO_COMPLETION_CONTEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more