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