Enum drone_fatfs_raw::FRESULT[][src]

#[repr(u32)]
pub enum FRESULT { FR_OK, FR_DISK_ERR, FR_INT_ERR, FR_NOT_READY, FR_NO_FILE, FR_NO_PATH, FR_INVALID_NAME, FR_DENIED, FR_EXIST, FR_INVALID_OBJECT, FR_WRITE_PROTECTED, FR_INVALID_DRIVE, FR_NOT_ENABLED, FR_NO_FILESYSTEM, FR_MKFS_ABORTED, FR_TIMEOUT, FR_LOCKED, FR_NOT_ENOUGH_CORE, FR_TOO_MANY_OPEN_FILES, FR_INVALID_PARAMETER, }

Variants

Trait Implementations

impl Debug for FRESULT
[src]

Formats the value using the given formatter. Read more

impl Copy for FRESULT
[src]

impl Clone for FRESULT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FRESULT
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FRESULT
[src]

impl Hash for FRESULT
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for FRESULT

impl Sync for FRESULT