pub struct EkvFile<'a, F: Flash, M: RawMutex, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> { /* private fields */ }Expand description
Handle for sequential, chunk-cached reads of one file.
Implementations§
Auto Trait Implementations§
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> Freeze for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> !RefUnwindSafe for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> Send for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> Sync for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> Unpin for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> UnsafeUnpin for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
impl<'a, F, M, const MAX_PATH_LEN: usize, const CHUNK_SIZE: usize> !UnwindSafe for EkvFile<'a, F, M, MAX_PATH_LEN, CHUNK_SIZE>
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