#[repr(C)]pub struct lfs_cache {
pub block: lfs_block_t,
pub off: lfs_off_t,
pub size: lfs_size_t,
pub buffer: *mut u8,
}Expand description
internal littlefs data structures ///
Fields§
§block: lfs_block_t§off: lfs_off_t§size: lfs_size_t§buffer: *mut u8Trait Implementations§
impl Copy for lfs_cache
Auto Trait Implementations§
impl Freeze for lfs_cache
impl RefUnwindSafe for lfs_cache
impl !Send for lfs_cache
impl !Sync for lfs_cache
impl Unpin for lfs_cache
impl UnwindSafe for lfs_cache
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