#[repr(C)]pub struct AwsCErrorInfo {
pub error_code: i32,
pub literal_name: *const u8,
pub error_str: *const u8,
pub lib_name: *const u8,
pub formatted_name: *const u8,
}
Fields
error_code: i32
literal_name: *const u8
error_str: *const u8
lib_name: *const u8
formatted_name: *const u8
Auto Trait Implementations
impl RefUnwindSafe for AwsCErrorInfo
impl !Send for AwsCErrorInfo
impl !Sync for AwsCErrorInfo
impl Unpin for AwsCErrorInfo
impl UnwindSafe for AwsCErrorInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more