Struct object::pe::ImageResourceDirectoryString
source · #[repr(C)]pub struct ImageResourceDirectoryString {
pub length: U16<LittleEndian>,
}
Fields§
§length: U16<LittleEndian>
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 Freeze for ImageResourceDirectoryString
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)