#[repr(C)]pub struct _wfinddata32i64_t {
pub attrib: c_uint,
pub time_create: __time32_t,
pub time_access: __time32_t,
pub time_write: __time32_t,
pub size: c_longlong,
pub name: [wchar_t; 260],
}
Fields§
§attrib: c_uint
§time_create: __time32_t
§time_access: __time32_t
§time_write: __time32_t
§size: c_longlong
§name: [wchar_t; 260]
Trait Implementations§
Source§impl Clone for _wfinddata32i64_t
impl Clone for _wfinddata32i64_t
Source§fn clone(&self) -> _wfinddata32i64_t
fn clone(&self) -> _wfinddata32i64_t
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 _wfinddata32i64_t
impl Debug for _wfinddata32i64_t
Source§impl Ord for _wfinddata32i64_t
impl Ord for _wfinddata32i64_t
Source§fn cmp(&self, other: &_wfinddata32i64_t) -> Ordering
fn cmp(&self, other: &_wfinddata32i64_t) -> 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 _wfinddata32i64_t
impl PartialEq for _wfinddata32i64_t
Source§impl PartialOrd for _wfinddata32i64_t
impl PartialOrd for _wfinddata32i64_t
impl Copy for _wfinddata32i64_t
impl Eq for _wfinddata32i64_t
impl StructuralPartialEq for _wfinddata32i64_t
Auto Trait Implementations§
impl Freeze for _wfinddata32i64_t
impl RefUnwindSafe for _wfinddata32i64_t
impl Send for _wfinddata32i64_t
impl Sync for _wfinddata32i64_t
impl Unpin for _wfinddata32i64_t
impl UnwindSafe for _wfinddata32i64_t
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