#[repr(C)]pub struct es_file_t {
pub path: es_string_token_t,
pub path_truncated: bool,
pub stat: stat,
}Fields§
§path: es_string_token_t§path_truncated: bool§stat: statTrait Implementations§
Auto Trait Implementations§
impl Freeze for es_file_t
impl RefUnwindSafe for es_file_t
impl !Send for es_file_t
impl !Sync for es_file_t
impl Unpin for es_file_t
impl UnwindSafe for es_file_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