pub struct FPWrite {
pub fork_id: u16,
pub offset: u32,
pub req_count: u32,
pub start_end_flag: bool,
}Fields§
§fork_id: u16§offset: u32§req_count: u32§start_end_flag: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPWrite
impl RefUnwindSafe for FPWrite
impl Send for FPWrite
impl Sync for FPWrite
impl Unpin for FPWrite
impl UnsafeUnpin for FPWrite
impl UnwindSafe for FPWrite
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