pub enum WrapperError {
FormatterFailed,
DefaultPlatformNotFound,
SubdeviceNotAvailableForThisDevice,
DeviceNotFoundInProgram,
FailedToConvertStrToCString,
PlatformsNotFound,
FileIOError,
}Variants§
FormatterFailed
DefaultPlatformNotFound
SubdeviceNotAvailableForThisDevice
DeviceNotFoundInProgram
FailedToConvertStrToCString
PlatformsNotFound
FileIOError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WrapperError
impl RefUnwindSafe for WrapperError
impl Send for WrapperError
impl Sync for WrapperError
impl Unpin for WrapperError
impl UnwindSafe for WrapperError
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