[][src]Struct libfuse::dir::DirBuf

pub struct DirBuf<'a> { /* fields omitted */ }

Methods

impl<'a> DirBuf<'a>[src]

pub fn add(&mut self, name: &CStr, attr: &stat, offset: off_t) -> bool[src]

Add an directory entry to the send buffer.

If the size of entry to be added is larger than the send buffer, no entry is added and a true will be returned.

Auto Trait Implementations

impl<'a> Unpin for DirBuf<'a>

impl<'a> Sync for DirBuf<'a>

impl<'a> Send for DirBuf<'a>

impl<'a> !UnwindSafe for DirBuf<'a>

impl<'a> RefUnwindSafe for DirBuf<'a>

Blanket Implementations

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.

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]