pub type lfs_file_t = lfs_file;Aliased Type§
#[repr(C)]pub struct lfs_file_t {
pub next: *mut lfs_file,
pub id: u16,
pub type_: u8,
pub m: lfs_mdir,
pub ctz: lfs_file_lfs_ctz,
pub flags: u32,
pub pos: u32,
pub block: u32,
pub off: u32,
pub cache: lfs_cache,
pub cfg: *const lfs_file_config,
}Fields§
§next: *mut lfs_file§id: u16§type_: u8§m: lfs_mdir§ctz: lfs_file_lfs_ctz§flags: u32§pos: u32§block: u32§off: u32§cache: lfs_cache§cfg: *const lfs_file_config