Struct hyperscan_sys::hs_stream
source · [−]#[repr(C)]pub struct hs_stream { /* private fields */ }
Expand description
Definition of the stream identifier type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for hs_stream
impl Send for hs_stream
impl Sync for hs_stream
impl Unpin for hs_stream
impl UnwindSafe for hs_stream
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