#[repr(C)]pub struct YR_STRING {
pub flags: u32,
pub idx: u32,
pub fixed_offset: i64,
pub rule_idx: u32,
pub length: i32,
pub __bindgen_anon_1: YR_STRING__bindgen_ty_1,
pub __bindgen_anon_2: YR_STRING__bindgen_ty_2,
pub chain_gap_min: i32,
pub chain_gap_max: i32,
pub __bindgen_anon_3: YR_STRING__bindgen_ty_3,
}Fields§
§flags: u32§idx: u32§fixed_offset: i64§rule_idx: u32§length: i32§__bindgen_anon_1: YR_STRING__bindgen_ty_1§__bindgen_anon_2: YR_STRING__bindgen_ty_2§chain_gap_min: i32§chain_gap_max: i32§__bindgen_anon_3: YR_STRING__bindgen_ty_3Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YR_STRING
impl RefUnwindSafe for YR_STRING
impl !Send for YR_STRING
impl !Sync for YR_STRING
impl Unpin for YR_STRING
impl UnwindSafe for YR_STRING
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