#[repr(C)]pub struct YR_RULE {
pub flags: i32,
pub num_atoms: i32,
pub required_strings: u32,
pub unused: u32,
pub __bindgen_anon_1: YR_RULE__bindgen_ty_1,
pub __bindgen_anon_2: YR_RULE__bindgen_ty_2,
pub __bindgen_anon_3: YR_RULE__bindgen_ty_3,
pub __bindgen_anon_4: YR_RULE__bindgen_ty_4,
pub __bindgen_anon_5: YR_RULE__bindgen_ty_5,
}Fields§
§flags: i32§num_atoms: i32§required_strings: u32§unused: u32§__bindgen_anon_1: YR_RULE__bindgen_ty_1§__bindgen_anon_2: YR_RULE__bindgen_ty_2§__bindgen_anon_3: YR_RULE__bindgen_ty_3§__bindgen_anon_4: YR_RULE__bindgen_ty_4§__bindgen_anon_5: YR_RULE__bindgen_ty_5Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YR_RULE
impl RefUnwindSafe for YR_RULE
impl !Send for YR_RULE
impl !Sync for YR_RULE
impl Unpin for YR_RULE
impl UnsafeUnpin for YR_RULE
impl UnwindSafe for YR_RULE
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