#[repr(C)]pub struct FileStatT {
pub exists: bool,
pub is_directory: bool,
pub _padding_125: [c_char; 6],
pub last_modified_time: FileTimeO,
pub size: u64,
}
Fields§
§exists: bool
§is_directory: bool
§_padding_125: [c_char; 6]
§last_modified_time: FileTimeO
§size: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStatT
impl RefUnwindSafe for FileStatT
impl Send for FileStatT
impl Sync for FileStatT
impl Unpin for FileStatT
impl UnwindSafe for FileStatT
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