#[repr(C)]pub struct Struct__virError {
pub code: c_int,
pub domain: c_int,
pub message: *mut c_char,
pub level: virErrorLevel,
pub conn: virConnectPtr,
pub dom: virDomainPtr,
pub str1: *mut c_char,
pub str2: *mut c_char,
pub str3: *mut c_char,
pub int1: c_int,
pub int2: c_int,
pub net: virNetworkPtr,
}
Fields§
§code: c_int
§domain: c_int
§message: *mut c_char
§level: virErrorLevel
§conn: virConnectPtr
§dom: virDomainPtr
§str1: *mut c_char
§str2: *mut c_char
§str3: *mut c_char
§int1: c_int
§int2: c_int
§net: virNetworkPtr
Trait Implementations§
Source§impl Clone for Struct__virError
impl Clone for Struct__virError
Source§impl Default for Struct__virError
impl Default for Struct__virError
impl Copy for Struct__virError
Auto Trait Implementations§
impl Freeze for Struct__virError
impl RefUnwindSafe for Struct__virError
impl !Send for Struct__virError
impl !Sync for Struct__virError
impl Unpin for Struct__virError
impl UnwindSafe for Struct__virError
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