Struct object::pe::ImageResourceDirStringU
source · #[repr(C)]pub struct ImageResourceDirStringU {
pub length: U16<LE>,
}
Fields§
§length: U16<LE>
Trait Implementations§
source§impl Clone for ImageResourceDirStringU
impl Clone for ImageResourceDirStringU
source§fn clone(&self) -> ImageResourceDirStringU
fn clone(&self) -> ImageResourceDirStringU
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more