pub struct FuseSession { /* private fields */ }
Expand description

A fuse session manager to manage the connection with the in kernel fuse driver.

Implementations§

Create a new fuse session, without mounting/connecting to the in kernel fuse driver.

Mount the fuse mountpoint, building connection with the in kernel fuse driver.

Expose the associated FUSE session file.

Force setting the associated FUSE session file.

Destroy a fuse session.

Get the mountpoint of the session.

Get the file system name of the session.

Get the subtype of the session.

Get the default buffer size of the session.

Create a new fuse message channel.

Wake channel loop and exit

Trait Implementations§

Executes the destructor for this type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.