#[repr(C)]pub struct t_vpi_error_info {
pub state: PLI_INT32,
pub level: PLI_INT32,
pub message: *mut PLI_BYTE8,
pub product: *mut PLI_BYTE8,
pub code: *mut PLI_BYTE8,
pub file: *mut PLI_BYTE8,
pub line: PLI_INT32,
}Expand description
PLI error information structure
Fields§
§state: PLI_INT32§level: PLI_INT32§message: *mut PLI_BYTE8§product: *mut PLI_BYTE8§code: *mut PLI_BYTE8§file: *mut PLI_BYTE8§line: PLI_INT32Trait Implementations§
Source§impl Clone for t_vpi_error_info
impl Clone for t_vpi_error_info
Source§fn clone(&self) -> t_vpi_error_info
fn clone(&self) -> t_vpi_error_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for t_vpi_error_info
impl Debug for t_vpi_error_info
impl Copy for t_vpi_error_info
Auto Trait Implementations§
impl Freeze for t_vpi_error_info
impl RefUnwindSafe for t_vpi_error_info
impl !Send for t_vpi_error_info
impl !Sync for t_vpi_error_info
impl Unpin for t_vpi_error_info
impl UnwindSafe for t_vpi_error_info
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