#[repr(C)]pub struct fuse_fs { /* private fields */ }Expand description
Fuse filesystem object
This is opaque object represents a filesystem layer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_fs
impl RefUnwindSafe for fuse_fs
impl Send for fuse_fs
impl Sync for fuse_fs
impl Unpin for fuse_fs
impl UnwindSafe for fuse_fs
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