#[repr(C)]pub struct FILE_IN_CABINET_INFO_W {
pub NameInCabinet: PCWSTR,
pub FileSize: DWORD,
pub Win32Error: DWORD,
pub DosDate: WORD,
pub DosTime: WORD,
pub DosAttribs: WORD,
pub FullTargetName: [WCHAR; 260],
}
Fields§
§NameInCabinet: PCWSTR
§FileSize: DWORD
§Win32Error: DWORD
§DosDate: WORD
§DosTime: WORD
§DosAttribs: WORD
§FullTargetName: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for FILE_IN_CABINET_INFO_W
impl Clone for FILE_IN_CABINET_INFO_W
Source§fn clone(&self) -> FILE_IN_CABINET_INFO_W
fn clone(&self) -> FILE_IN_CABINET_INFO_W
Returns a duplicate 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 Default for FILE_IN_CABINET_INFO_W
impl Default for FILE_IN_CABINET_INFO_W
Source§fn default() -> FILE_IN_CABINET_INFO_W
fn default() -> FILE_IN_CABINET_INFO_W
Returns the “default value” for a type. Read more
impl Copy for FILE_IN_CABINET_INFO_W
Auto Trait Implementations§
impl Freeze for FILE_IN_CABINET_INFO_W
impl RefUnwindSafe for FILE_IN_CABINET_INFO_W
impl !Send for FILE_IN_CABINET_INFO_W
impl !Sync for FILE_IN_CABINET_INFO_W
impl Unpin for FILE_IN_CABINET_INFO_W
impl UnwindSafe for FILE_IN_CABINET_INFO_W
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