Struct hyperscan_sys::chimera::ch_scratch
source · [−]#[repr(C)]pub struct ch_scratch { /* private fields */ }
Trait Implementations
sourceimpl Clone for ch_scratch
impl Clone for ch_scratch
sourcefn clone(&self) -> ch_scratch
fn clone(&self) -> ch_scratch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ch_scratch
impl Debug for ch_scratch
impl Copy for ch_scratch
Auto Trait Implementations
impl RefUnwindSafe for ch_scratch
impl Send for ch_scratch
impl Sync for ch_scratch
impl Unpin for ch_scratch
impl UnwindSafe for ch_scratch
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