Struct fuse_backend_rs::api::filesystem::IoctlData
source · [−]Expand description
ioctl data and result
Fields
result: i32
ioctl result
data: Option<&'a [u8]>
ioctl data
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for IoctlData<'a>
impl<'a> Send for IoctlData<'a>
impl<'a> Sync for IoctlData<'a>
impl<'a> Unpin for IoctlData<'a>
impl<'a> UnwindSafe for IoctlData<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more