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