#[repr(C)]pub struct fuse_dirent {
pub ino: u64,
pub off: u64,
pub namelen: u32,
pub type_: u32,
pub name: __IncompleteArrayField<c_char>,
}
Fields§
§ino: u64
§off: u64
§namelen: u32
§type_: u32
§name: __IncompleteArrayField<c_char>
Trait Implementations§
Source§impl Debug for fuse_dirent
impl Debug for fuse_dirent
Source§impl Default for fuse_dirent
impl Default for fuse_dirent
Source§fn default() -> fuse_dirent
fn default() -> fuse_dirent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fuse_dirent
impl RefUnwindSafe for fuse_dirent
impl Send for fuse_dirent
impl Sync for fuse_dirent
impl Unpin for fuse_dirent
impl UnwindSafe for fuse_dirent
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