#[repr(C)]pub struct hf3fs_ior {
pub iov: hf3fs_iov,
pub iorh: hf3fs_ior_handle,
pub mount_point: [c_char; 256],
pub for_read: bool,
pub io_depth: c_int,
pub priority: c_int,
pub timeout: c_int,
pub flags: u64,
}Fields§
§iov: hf3fs_iov§iorh: hf3fs_ior_handle§mount_point: [c_char; 256]§for_read: bool§io_depth: c_int§priority: c_int§timeout: c_int§flags: u64Trait Implementations§
impl Copy for hf3fs_ior
Auto Trait Implementations§
impl Freeze for hf3fs_ior
impl RefUnwindSafe for hf3fs_ior
impl !Send for hf3fs_ior
impl !Sync for hf3fs_ior
impl Unpin for hf3fs_ior
impl UnwindSafe for hf3fs_ior
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