pub struct DataSlice {
pub off: usize,
pub len: usize,
pub data: Data,
}Expand description
Slice of Data to be written to storage.
Fields§
§off: usize§len: usize§data: DataImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataSlice
impl Send for DataSlice
impl Sync for DataSlice
impl Unpin for DataSlice
impl UnwindSafe for DataSlice
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