pub struct YaraIndexerHandle { /* private fields */ }Expand description
Opaque handle to a YARA Indexer instance.
Allocated and owned by the C++ side; freed via yara_indexer_close.
Auto Trait Implementations§
impl Freeze for YaraIndexerHandle
impl RefUnwindSafe for YaraIndexerHandle
impl Send for YaraIndexerHandle
impl Sync for YaraIndexerHandle
impl Unpin for YaraIndexerHandle
impl UnsafeUnpin for YaraIndexerHandle
impl UnwindSafe for YaraIndexerHandle
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