Struct vtd_xml::sys::VtdException [] [src]

#[repr(C)]
pub struct VtdException { pub et: ExceptionType, pub subtype: c_int, pub msg: *const c_char, pub sub_msg: *const c_char, }

Fields

Trait Implementations

impl Copy for VtdException
[src]

impl Clone for VtdException
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VtdException
[src]

Formats the value using the given formatter.

impl Default for VtdException
[src]

Returns the "default value" for a type. Read more