#[repr(C)]pub struct fuse_direntplus {
pub entry_out: fuse_entry_out,
pub dirent: fuse_dirent,
}
Fields§
§entry_out: fuse_entry_out
§dirent: fuse_dirent
Trait Implementations§
Source§impl Debug for fuse_direntplus
impl Debug for fuse_direntplus
Source§impl Default for fuse_direntplus
impl Default for fuse_direntplus
Source§fn default() -> fuse_direntplus
fn default() -> fuse_direntplus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fuse_direntplus
impl RefUnwindSafe for fuse_direntplus
impl Send for fuse_direntplus
impl Sync for fuse_direntplus
impl Unpin for fuse_direntplus
impl UnwindSafe for fuse_direntplus
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