#[repr(C)]pub struct YaraIndexerOptions {
pub output_prefix: *const c_char,
pub tmp_dir: *const c_char,
pub verbose: c_int,
}Expand description
Indexer configuration passed to yara_indexer_build.
Fields§
§output_prefix: *const c_char§tmp_dir: *const c_char§verbose: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for YaraIndexerOptions
impl RefUnwindSafe for YaraIndexerOptions
impl !Send for YaraIndexerOptions
impl !Sync for YaraIndexerOptions
impl Unpin for YaraIndexerOptions
impl UnsafeUnpin for YaraIndexerOptions
impl UnwindSafe for YaraIndexerOptions
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