#[repr(C)]pub struct zip_error {
pub zip_err: c_int,
pub sys_err: c_int,
pub str: *mut c_char,
}Fields§
§zip_err: c_int§sys_err: c_int§str: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for zip_error
impl RefUnwindSafe for zip_error
impl !Send for zip_error
impl !Sync for zip_error
impl Unpin for zip_error
impl UnwindSafe for zip_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