Struct drone_fatfs_raw::FIL[][src]

#[repr(C)]
pub struct FIL { pub obj: FFOBJID, pub flag: BYTE, pub err: BYTE, pub fptr: FSIZE_t, pub clust: DWORD, pub sect: DWORD, pub dir_sect: DWORD, pub dir_ptr: *mut BYTE, pub buf: [BYTE; 512], }

Fields

Trait Implementations

impl Copy for FIL
[src]

impl Clone for FIL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for FIL

impl !Sync for FIL