#[repr(transparent)]pub struct FS_Error(pub c_uchar);
Expand description
API errors enumeration
Tuple Fields§
§0: c_uchar
Trait Implementations§
impl Copy for FS_Error
impl Eq for FS_Error
impl StructuralPartialEq for FS_Error
Auto Trait Implementations§
impl Freeze for FS_Error
impl RefUnwindSafe for FS_Error
impl Send for FS_Error
impl Sync for FS_Error
impl Unpin for FS_Error
impl UnwindSafe for FS_Error
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