#[repr(C)]pub struct ZL_ErrorContext {
pub opCtx: *mut ZL_OperationContext,
pub graphCtx: ZL_GraphContext,
}Fields§
§opCtx: *mut ZL_OperationContextPointer to the operation context to store dynamic error info in, or NULL to opt out of dynamic error info.
graphCtx: ZL_GraphContextTrait Implementations§
Source§impl Clone for ZL_ErrorContext
impl Clone for ZL_ErrorContext
Source§fn clone(&self) -> ZL_ErrorContext
fn clone(&self) -> ZL_ErrorContext
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_ErrorContext
impl Debug for ZL_ErrorContext
impl Copy for ZL_ErrorContext
Auto Trait Implementations§
impl Freeze for ZL_ErrorContext
impl RefUnwindSafe for ZL_ErrorContext
impl !Send for ZL_ErrorContext
impl !Sync for ZL_ErrorContext
impl Unpin for ZL_ErrorContext
impl UnwindSafe for ZL_ErrorContext
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