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

Method default

data/src/lib.rs:147–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145
146impl Default for PeMetadata {
147 fn default() -> PeMetadata {
148 PeMetadata {
149 pe: u32::default(),
150 is_32_bit: false,
151 image_file_header: IMAGE_FILE_HEADER::default(),
152 opt_header_32: IMAGE_OPTIONAL_HEADER32::default(),
153 opt_header_64: IMAGE_OPTIONAL_HEADER64::default(),
154 sections: Vec::default(),
155 }
156 }
157}
158
159#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected