#[repr(C)]pub struct vhpiErrorInfoS {
pub severity: vhpiSeverityT,
pub message: *mut c_char,
pub str_: *mut c_char,
pub file: *mut c_char,
pub line: i32,
}Fields§
§severity: vhpiSeverityT§message: *mut c_char§str_: *mut c_char§file: *mut c_char§line: i32Trait Implementations§
Source§impl Clone for vhpiErrorInfoS
impl Clone for vhpiErrorInfoS
Source§fn clone(&self) -> vhpiErrorInfoS
fn clone(&self) -> vhpiErrorInfoS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vhpiErrorInfoS
Auto Trait Implementations§
impl !Send for vhpiErrorInfoS
impl !Sync for vhpiErrorInfoS
impl Freeze for vhpiErrorInfoS
impl RefUnwindSafe for vhpiErrorInfoS
impl Unpin for vhpiErrorInfoS
impl UnsafeUnpin for vhpiErrorInfoS
impl UnwindSafe for vhpiErrorInfoS
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