#[repr(C)]pub struct YR_META {
pub __bindgen_anon_1: YR_META__bindgen_ty_1,
pub __bindgen_anon_2: YR_META__bindgen_ty_2,
pub integer: i64,
pub type_: i32,
pub flags: i32,
}Fields§
§__bindgen_anon_1: YR_META__bindgen_ty_1§__bindgen_anon_2: YR_META__bindgen_ty_2§integer: i64§type_: i32§flags: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YR_META
impl RefUnwindSafe for YR_META
impl !Send for YR_META
impl !Sync for YR_META
impl Unpin for YR_META
impl UnwindSafe for YR_META
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