[][src]Struct littlefs2_sys::lfs_cache

#[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,
}

internal littlefs data structures ///

Fields

block: lfs_block_toff: lfs_off_tsize: lfs_size_tbuffer: *mut u8

Trait Implementations

impl Debug for lfs_cache[src]

impl Copy for lfs_cache[src]

impl Clone for lfs_cache[src]

Auto Trait Implementations

impl Unpin for lfs_cache

impl !Send for lfs_cache

impl !Sync for lfs_cache

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]