Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEBUG_EVENT
repr(packed)
1 parent d819876 commit 45ad522Copy full SHA for 45ad522
library/std/src/process/tests.rs
@@ -386,7 +386,7 @@ fn test_interior_nul_in_env_value_is_error() {
386
fn test_creation_flags() {
387
use crate::os::windows::process::CommandExt;
388
use crate::sys::c::{BOOL, DWORD, INFINITE};
389
- #[repr(C, packed)]
+ #[repr(C)]
390
struct DEBUG_EVENT {
391
pub event_code: DWORD,
392
pub process_id: DWORD,
0 commit comments