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 moresource§impl Debug for ImageResourceDirStringU
impl Debug for ImageResourceDirStringU
impl Copy for ImageResourceDirStringU
impl Pod for ImageResourceDirStringU
Auto Trait Implementations§
impl RefUnwindSafe for ImageResourceDirStringU
impl Send for ImageResourceDirStringU
impl Sync for ImageResourceDirStringU
impl Unpin for ImageResourceDirStringU
impl UnwindSafe for ImageResourceDirStringU
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