#[repr(C)]pub struct AwsCErrorInfoList {
pub error_list: *const AwsCErrorInfo,
pub count: u16,
}
Fields
error_list: *const AwsCErrorInfo
count: u16
Auto Trait Implementations
impl RefUnwindSafe for AwsCErrorInfoList
impl !Send for AwsCErrorInfoList
impl !Sync for AwsCErrorInfoList
impl Unpin for AwsCErrorInfoList
impl UnwindSafe for AwsCErrorInfoList
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