Struct drone_fatfs_raw::FFOBJID[][src]

#[repr(C)]
pub struct FFOBJID { pub fs: *mut FATFS, pub id: WORD, pub attr: BYTE, pub stat: BYTE, pub sclust: DWORD, pub objsize: FSIZE_t, }

Fields

Trait Implementations

impl Debug for FFOBJID
[src]

Formats the value using the given formatter. Read more

impl Copy for FFOBJID
[src]

impl Clone for FFOBJID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for FFOBJID

impl !Sync for FFOBJID