#[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 AsBytes for fuse_direntplus
impl AsBytes for fuse_direntplus
Source§impl Clone for fuse_direntplus
impl Clone for fuse_direntplus
Source§fn clone(&self) -> fuse_direntplus
fn clone(&self) -> fuse_direntplus
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 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
impl Copy for fuse_direntplus
impl FromBytes for fuse_direntplus
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