#[repr(transparent)]pub struct FRESULT(pub c_uchar);
Tuple Fields§
§0: c_uchar
Implementations§
Source§impl FRESULT
impl FRESULT
pub const FR_OK: Self
pub const FR_DISK_ERR: Self
pub const FR_INT_ERR: Self
pub const FR_NOT_READY: Self
pub const FR_NO_FILE: Self
pub const FR_NO_PATH: Self
pub const FR_INVALID_NAME: Self
pub const FR_DENIED: Self
pub const FR_EXIST: Self
pub const FR_INVALID_OBJECT: Self
pub const FR_WRITE_PROTECTED: Self
pub const FR_INVALID_DRIVE: Self
pub const FR_NOT_ENABLED: Self
pub const FR_NO_FILESYSTEM: Self
pub const FR_MKFS_ABORTED: Self
pub const FR_TIMEOUT: Self
pub const FR_LOCKED: Self
pub const FR_NOT_ENOUGH_CORE: Self
pub const FR_TOO_MANY_OPEN_FILES: Self
pub const FR_INVALID_PARAMETER: Self
Trait Implementations§
impl Copy for FRESULT
impl Eq for FRESULT
impl StructuralPartialEq for FRESULT
Auto Trait Implementations§
impl Freeze for FRESULT
impl RefUnwindSafe for FRESULT
impl Send for FRESULT
impl Sync for FRESULT
impl Unpin for FRESULT
impl UnwindSafe for FRESULT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more