Struct windows_native::ntlpcapi::ALPC_REGISTER_CALLBACK
source ยท #[repr(C)]pub struct ALPC_REGISTER_CALLBACK {
pub CallbackObject: *mut c_void,
pub CallbackContext: *mut c_void,
}Fieldsยง
ยงCallbackObject: *mut c_voidยงCallbackContext: *mut c_voidTrait Implementationsยง
sourceยงimpl Debug for ALPC_REGISTER_CALLBACK
impl Debug for ALPC_REGISTER_CALLBACK
Auto Trait Implementationsยง
impl RefUnwindSafe for ALPC_REGISTER_CALLBACK
impl !Send for ALPC_REGISTER_CALLBACK
impl !Sync for ALPC_REGISTER_CALLBACK
impl Unpin for ALPC_REGISTER_CALLBACK
impl UnwindSafe for ALPC_REGISTER_CALLBACK
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