[][src]Struct fuse::protocol::readdir::ReaddirEntry

#[repr(transparent)]pub struct 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

impl Debug for ReaddirEntry[src]

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.