pub struct Read {
pub id: u32,
pub handle: Uuid,
pub offset: u64,
pub len: u32,
}Fields§
§id: u32§handle: Uuid§offset: u64§len: u32Trait Implementations§
Source§impl PayloadTrait for Read
impl PayloadTrait for Read
impl Eq for Read
impl StructuralPartialEq for Read
Auto Trait Implementations§
impl Freeze for Read
impl RefUnwindSafe for Read
impl Send for Read
impl Sync for Read
impl Unpin for Read
impl UnwindSafe for Read
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