Struct libesedb_sys::_wfinddata32_t
source · [−]#[repr(C)]pub struct _wfinddata32_t {
pub attrib: c_uint,
pub time_create: __time32_t,
pub time_access: __time32_t,
pub time_write: __time32_t,
pub size: _fsize_t,
pub name: [wchar_t; 260],
}Fields
attrib: c_uinttime_create: __time32_ttime_access: __time32_ttime_write: __time32_tsize: _fsize_tname: [wchar_t; 260]Trait Implementations
sourceimpl Clone for _wfinddata32_t
impl Clone for _wfinddata32_t
sourcefn clone(&self) -> _wfinddata32_t
fn clone(&self) -> _wfinddata32_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 _wfinddata32_t
impl Debug for _wfinddata32_t
impl Copy for _wfinddata32_t
Auto Trait Implementations
impl RefUnwindSafe for _wfinddata32_t
impl Send for _wfinddata32_t
impl Sync for _wfinddata32_t
impl Unpin for _wfinddata32_t
impl UnwindSafe for _wfinddata32_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