MCPcopy Create free account
hub / github.com/Kudaes/Dumpy / default

Method default

dumpy/data/src/lib.rs:79–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78impl Default for PeMetadata {
79 fn default() -> PeMetadata {
80 PeMetadata {
81 pe: u32::default(),
82 is_32_bit: false,
83 image_file_header: IMAGE_FILE_HEADER::default(),
84 opt_header_32: IMAGE_OPTIONAL_HEADER32::default(),
85 opt_header_64: IMAGE_OPTIONAL_HEADER64::default(),
86 sections: Vec::default(),
87 }
88 }
89}
90
91#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected