Struct libyang2_sys::ly_err_item
source · #[repr(C)]pub struct ly_err_item {
pub level: Type,
pub no: Type,
pub vecode: Type,
pub msg: *mut c_char,
pub path: *mut c_char,
pub apptag: *mut c_char,
pub next: *mut ly_err_item,
pub prev: *mut ly_err_item,
}Fields
level: Typeno: Typevecode: Typemsg: *mut c_charpath: *mut c_charapptag: *mut c_charnext: *mut ly_err_itemprev: *mut ly_err_itemTrait Implementations
sourceimpl Clone for ly_err_item
impl Clone for ly_err_item
sourcefn clone(&self) -> ly_err_item
fn clone(&self) -> ly_err_item
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ly_err_item
impl Debug for ly_err_item
sourceimpl Default for ly_err_item
impl Default for ly_err_item
impl Copy for ly_err_item
Auto Trait Implementations
impl RefUnwindSafe for ly_err_item
impl !Send for ly_err_item
impl !Sync for ly_err_item
impl Unpin for ly_err_item
impl UnwindSafe for ly_err_item
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more