#[repr(C)]pub struct _FILEMUIINFO {Show 13 fields
pub dwSize: DWORD,
pub dwVersion: DWORD,
pub dwFileType: DWORD,
pub pChecksum: [BYTE; 16],
pub pServiceChecksum: [BYTE; 16],
pub dwLanguageNameOffset: DWORD,
pub dwTypeIDMainSize: DWORD,
pub dwTypeIDMainOffset: DWORD,
pub dwTypeNameMainOffset: DWORD,
pub dwTypeIDMUISize: DWORD,
pub dwTypeIDMUIOffset: DWORD,
pub dwTypeNameMUIOffset: DWORD,
pub abBuffer: [BYTE; 8],
}
Fields§
§dwSize: DWORD
§dwVersion: DWORD
§dwFileType: DWORD
§pChecksum: [BYTE; 16]
§pServiceChecksum: [BYTE; 16]
§dwLanguageNameOffset: DWORD
§dwTypeIDMainSize: DWORD
§dwTypeIDMainOffset: DWORD
§dwTypeNameMainOffset: DWORD
§dwTypeIDMUISize: DWORD
§dwTypeIDMUIOffset: DWORD
§dwTypeNameMUIOffset: DWORD
§abBuffer: [BYTE; 8]
Trait Implementations§
Source§impl Clone for _FILEMUIINFO
impl Clone for _FILEMUIINFO
Source§fn clone(&self) -> _FILEMUIINFO
fn clone(&self) -> _FILEMUIINFO
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 _FILEMUIINFO
impl Debug for _FILEMUIINFO
Source§impl Ord for _FILEMUIINFO
impl Ord for _FILEMUIINFO
Source§fn cmp(&self, other: &_FILEMUIINFO) -> Ordering
fn cmp(&self, other: &_FILEMUIINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _FILEMUIINFO
impl PartialEq for _FILEMUIINFO
Source§impl PartialOrd for _FILEMUIINFO
impl PartialOrd for _FILEMUIINFO
impl Copy for _FILEMUIINFO
impl Eq for _FILEMUIINFO
impl StructuralPartialEq for _FILEMUIINFO
Auto Trait Implementations§
impl Freeze for _FILEMUIINFO
impl RefUnwindSafe for _FILEMUIINFO
impl Send for _FILEMUIINFO
impl Sync for _FILEMUIINFO
impl Unpin for _FILEMUIINFO
impl UnwindSafe for _FILEMUIINFO
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