pub struct NtCancel;Expand description
NT_CANCEL has no dedicated response beyond a CANCELLED status echo.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NtCancel
impl RefUnwindSafe for NtCancel
impl Send for NtCancel
impl Sync for NtCancel
impl Unpin for NtCancel
impl UnsafeUnpin for NtCancel
impl UnwindSafe for NtCancel
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