[−][src]Struct fuse::protocol::readdir::ReaddirEntry
Implementations
impl ReaddirEntry
[src]
pub fn node_id(&self) -> NodeId
[src]
pub fn name(&self) -> &[u8]
[src]
pub fn cursor(&self) -> NonZeroU64
[src]
pub fn file_type(&self) -> FileType
[src]
pub fn set_file_type(&mut self, file_type: FileType)
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReaddirEntry
impl Send for ReaddirEntry
impl Sync for ReaddirEntry
impl Unpin for ReaddirEntry
impl UnwindSafe for ReaddirEntry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,