Struct hyperscan::chimera::CompileError
source · [−]#[repr(transparent)]pub struct CompileError(_);
Expand description
Providing details of the compile error condition.
Implementations
sourceimpl CompileError
impl CompileError
Trait Implementations
sourceimpl Debug for CompileError
impl Debug for CompileError
sourceimpl Deref for CompileError
impl Deref for CompileError
sourceimpl DerefMut for CompileError
impl DerefMut for CompileError
sourceimpl Display for CompileError
impl Display for CompileError
sourceimpl Drop for CompileError
impl Drop for CompileError
sourceimpl ForeignType for CompileError
impl ForeignType for CompileError
type CType = ch_compile_error
type CType = ch_compile_error
The raw C type.
type Ref = CompileErrorRef
type Ref = CompileErrorRef
The type representing a reference to this type.
sourceunsafe fn from_ptr(ptr: *mut ch_compile_error_t) -> CompileError
unsafe fn from_ptr(ptr: *mut ch_compile_error_t) -> CompileError
Constructs an instance of this type from its raw type. Read more
sourcefn as_ptr(&self) -> *mut ch_compile_error_t
fn as_ptr(&self) -> *mut ch_compile_error_t
Returns a raw pointer to the wrapped value.
sourceimpl PartialEq<CompileError> for CompileError
impl PartialEq<CompileError> for CompileError
impl Eq for CompileError
impl Send for CompileError
impl Sync for CompileError
Auto Trait Implementations
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