#[repr(C)]pub struct ecl_attribute_errors {
pub ecl_numerrors: c_int,
pub ecl_attrerr: *mut ecl_attrerr,
}Expand description
structure to hold a number of attributes that failed verification
Fields§
§ecl_numerrors: c_intnum of attributes that failed verification
ecl_attrerr: *mut ecl_attrerrecl_attrerr array of structs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ecl_attribute_errors
impl RefUnwindSafe for ecl_attribute_errors
impl !Send for ecl_attribute_errors
impl !Sync for ecl_attribute_errors
impl Unpin for ecl_attribute_errors
impl UnwindSafe for ecl_attribute_errors
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