#[repr(C)]pub struct ecl_attrerr {
pub ecl_attribute: *mut attropl,
pub ecl_errcode: c_int,
pub ecl_errmsg: *mut c_char,
}Expand description
structure to hold an attribute that failed verification at ECL and the associated errcode and errmsg
Fields§
§ecl_attribute: *mut attropl§ecl_errcode: c_int§ecl_errmsg: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for ecl_attrerr
impl RefUnwindSafe for ecl_attrerr
impl !Send for ecl_attrerr
impl !Sync for ecl_attrerr
impl Unpin for ecl_attrerr
impl UnwindSafe for ecl_attrerr
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