Struct windows_native::nttp::TP_ALPC
source · #[repr(C)]pub struct TP_ALPC { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TP_ALPC
impl Send for TP_ALPC
impl Sync for TP_ALPC
impl Unpin for TP_ALPC
impl UnwindSafe for TP_ALPC
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