[][src]Struct yara_sys::YR_STRING

#[repr(C)]
pub struct YR_STRING {
    pub g_flags: i32,
    pub length: i32,
    pub __bindgen_anon_1: YR_STRING__bindgen_ty_1,
    pub __bindgen_anon_2: YR_STRING__bindgen_ty_2,
    pub __bindgen_anon_3: YR_STRING__bindgen_ty_3,
    pub __bindgen_anon_4: YR_STRING__bindgen_ty_4,
    pub chain_gap_min: i32,
    pub chain_gap_max: i32,
    pub fixed_offset: i64,
    pub matches: [YR_MATCHES; 32],
    pub private_matches: [YR_MATCHES; 32],
    pub unconfirmed_matches: [YR_MATCHES; 32],
}

Fields

g_flags: i32length: i32__bindgen_anon_1: YR_STRING__bindgen_ty_1__bindgen_anon_2: YR_STRING__bindgen_ty_2__bindgen_anon_3: YR_STRING__bindgen_ty_3__bindgen_anon_4: YR_STRING__bindgen_ty_4chain_gap_min: i32chain_gap_max: i32fixed_offset: i64matches: [YR_MATCHES; 32]private_matches: [YR_MATCHES; 32]unconfirmed_matches: [YR_MATCHES; 32]

Methods

impl YR_STRING[src]

Trait Implementations

impl Clone for YR_STRING[src]

impl Copy for YR_STRING[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.