Struct windows_native::ntlpcapi::ALPC_COMPLETION_LIST_STATE
source ยท #[repr(C)]pub struct ALPC_COMPLETION_LIST_STATE {
pub u1: ALPC_COMPLETION_LIST_STATE_1,
}Fieldsยง
ยงu1: ALPC_COMPLETION_LIST_STATE_1Trait Implementationsยง
sourceยงimpl Debug for ALPC_COMPLETION_LIST_STATE
impl Debug for ALPC_COMPLETION_LIST_STATE
Auto Trait Implementationsยง
impl RefUnwindSafe for ALPC_COMPLETION_LIST_STATE
impl Send for ALPC_COMPLETION_LIST_STATE
impl Sync for ALPC_COMPLETION_LIST_STATE
impl Unpin for ALPC_COMPLETION_LIST_STATE
impl UnwindSafe for ALPC_COMPLETION_LIST_STATE
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