Struct windows_sys::Win32::Storage::FileSystem::WIN32_FIND_DATAW
#[repr(C)]pub struct WIN32_FIND_DATAW {
pub dwFileAttributes: u32,
pub ftCreationTime: FILETIME,
pub ftLastAccessTime: FILETIME,
pub ftLastWriteTime: FILETIME,
pub nFileSizeHigh: u32,
pub nFileSizeLow: u32,
pub dwReserved0: u32,
pub dwReserved1: u32,
pub cFileName: [u16; 260],
pub cAlternateFileName: [u16; 14],
}
Fields§
§dwFileAttributes: u32
§ftCreationTime: FILETIME
§ftLastAccessTime: FILETIME
§ftLastWriteTime: FILETIME
§nFileSizeHigh: u32
§nFileSizeLow: u32
§dwReserved0: u32
§dwReserved1: u32
§cFileName: [u16; 260]
§cAlternateFileName: [u16; 14]
Trait Implementations§
§impl Clone for WIN32_FIND_DATAW
impl Clone for WIN32_FIND_DATAW
§fn clone(&self) -> WIN32_FIND_DATAW
fn clone(&self) -> WIN32_FIND_DATAW
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 moreimpl Copy for WIN32_FIND_DATAW
Auto Trait Implementations§
impl Freeze for WIN32_FIND_DATAW
impl RefUnwindSafe for WIN32_FIND_DATAW
impl Send for WIN32_FIND_DATAW
impl Sync for WIN32_FIND_DATAW
impl Unpin for WIN32_FIND_DATAW
impl UnwindSafe for WIN32_FIND_DATAW
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)