Enum drone_fatfs_raw::DRESULT[][src]

#[repr(u32)]
pub enum DRESULT { RES_OK, RES_ERROR, RES_WRPRT, RES_NOTRDY, RES_PARERR, }

Variants

Trait Implementations

impl Debug for DRESULT
[src]

Formats the value using the given formatter. Read more

impl Copy for DRESULT
[src]

impl Clone for DRESULT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DRESULT
[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 DRESULT
[src]

impl Hash for DRESULT
[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 DRESULT

impl Sync for DRESULT