Struct libesedb_sys::_wfinddata64_t
source · [−]#[repr(C)]pub struct _wfinddata64_t {
pub attrib: c_uint,
pub time_create: __time64_t,
pub time_access: __time64_t,
pub time_write: __time64_t,
pub size: c_longlong,
pub name: [wchar_t; 260],
}Fields
attrib: c_uinttime_create: __time64_ttime_access: __time64_ttime_write: __time64_tsize: c_longlongname: [wchar_t; 260]Trait Implementations
sourceimpl Clone for _wfinddata64_t
impl Clone for _wfinddata64_t
sourcefn clone(&self) -> _wfinddata64_t
fn clone(&self) -> _wfinddata64_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _wfinddata64_t
impl Debug for _wfinddata64_t
impl Copy for _wfinddata64_t
Auto Trait Implementations
impl RefUnwindSafe for _wfinddata64_t
impl Send for _wfinddata64_t
impl Sync for _wfinddata64_t
impl Unpin for _wfinddata64_t
impl UnwindSafe for _wfinddata64_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more