Struct windows_native::ntpsapi::RTL_UMS_COMPLETION_LIST
source ยท #[repr(C)]pub struct RTL_UMS_COMPLETION_LIST {
pub ThreadListHead: *mut SINGLE_LIST_ENTRY,
pub CompletionEvent: *mut c_void,
pub CompletionFlags: u32,
pub InternalListHead: SINGLE_LIST_ENTRY,
}Fieldsยง
ยงThreadListHead: *mut SINGLE_LIST_ENTRYยงCompletionEvent: *mut c_voidยงCompletionFlags: u32ยงInternalListHead: SINGLE_LIST_ENTRYTrait Implementationsยง
sourceยงimpl Debug for RTL_UMS_COMPLETION_LIST
impl Debug for RTL_UMS_COMPLETION_LIST
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_UMS_COMPLETION_LIST
impl !Send for RTL_UMS_COMPLETION_LIST
impl !Sync for RTL_UMS_COMPLETION_LIST
impl Unpin for RTL_UMS_COMPLETION_LIST
impl UnwindSafe for RTL_UMS_COMPLETION_LIST
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