#[repr(C)]pub struct fuse_cmd { /* private fields */ }Expand description
Structure containing a raw command
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_cmd
impl RefUnwindSafe for fuse_cmd
impl Send for fuse_cmd
impl Sync for fuse_cmd
impl Unpin for fuse_cmd
impl UnwindSafe for fuse_cmd
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