#[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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)