Struct drone_fatfs_raw::FILINFO[][src]

#[repr(C)]
pub struct FILINFO { pub fsize: FSIZE_t, pub fdate: WORD, pub ftime: WORD, pub fattrib: BYTE, pub fname: [TCHAR; 13], }

Fields

Trait Implementations

impl Debug for FILINFO
[src]

Formats the value using the given formatter. Read more

impl Copy for FILINFO
[src]

impl Clone for FILINFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FILINFO

impl Sync for FILINFO