#[repr(C)]pub struct ZL_Error_Array {
pub errors: *const ZL_Error,
pub size: usize,
}Expand description
ZL_Error_Array: a const view into an array of errors, returned by some public APIs.
Fields§
§errors: *const ZL_Error§size: usizeTrait Implementations§
Source§impl Clone for ZL_Error_Array
impl Clone for ZL_Error_Array
Source§fn clone(&self) -> ZL_Error_Array
fn clone(&self) -> ZL_Error_Array
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 ZL_Error_Array
impl Debug for ZL_Error_Array
impl Copy for ZL_Error_Array
Auto Trait Implementations§
impl Freeze for ZL_Error_Array
impl RefUnwindSafe for ZL_Error_Array
impl !Send for ZL_Error_Array
impl !Sync for ZL_Error_Array
impl Unpin for ZL_Error_Array
impl UnwindSafe for ZL_Error_Array
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