Struct yara_sys::RE_FIBER[][src]

#[repr(C)]
pub struct RE_FIBER { pub ip: *const u8, pub sp: i32, pub rc: i32, pub prev: *mut RE_FIBER, pub next: *mut RE_FIBER, pub stack: [u16; 1024], }

Fields

ip: *const u8sp: i32rc: i32prev: *mut RE_FIBERnext: *mut RE_FIBERstack: [u16; 1024]

Trait Implementations

impl Clone for RE_FIBER[src]

impl Copy for RE_FIBER[src]

Auto Trait Implementations

impl RefUnwindSafe for RE_FIBER

impl !Send for RE_FIBER

impl !Sync for RE_FIBER

impl Unpin for RE_FIBER

impl UnwindSafe for RE_FIBER

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.