#[repr(C)]pub struct FuseReadIn {
pub fh: u64,
pub offset: u64,
pub size: u32,
pub padding: u32,
}Expand description
FUSE read request input fuse_read_in
Fields§
§fh: u64File handler
offset: u64Read offset
size: u32Read size
padding: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseReadIn
impl RefUnwindSafe for FuseReadIn
impl Send for FuseReadIn
impl Sync for FuseReadIn
impl Unpin for FuseReadIn
impl UnwindSafe for FuseReadIn
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