Struct object::pe::ImageResourceDirectoryString
source · #[repr(C)]pub struct ImageResourceDirectoryString {
pub length: U16<LE>,
}
Fields§
§length: U16<LE>
Trait Implementations§
source§impl Clone for ImageResourceDirectoryString
impl Clone for ImageResourceDirectoryString
source§fn clone(&self) -> ImageResourceDirectoryString
fn clone(&self) -> ImageResourceDirectoryString
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 ImageResourceDirectoryString
impl Debug for ImageResourceDirectoryString
impl Copy for ImageResourceDirectoryString
impl Pod for ImageResourceDirectoryString
Auto Trait Implementations§
impl RefUnwindSafe for ImageResourceDirectoryString
impl Send for ImageResourceDirectoryString
impl Sync for ImageResourceDirectoryString
impl Unpin for ImageResourceDirectoryString
impl UnwindSafe for ImageResourceDirectoryString
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