Struct libyang2_sys::pcre2_callout_enumerate_block_16[][src]

#[repr(C)]pub struct pcre2_callout_enumerate_block_16 {
    pub version: u32,
    pub pattern_position: size_t,
    pub next_item_length: size_t,
    pub callout_number: u32,
    pub callout_string_offset: size_t,
    pub callout_string_length: size_t,
    pub callout_string: PCRE2_SPTR16,
}

Fields

version: u32pattern_position: size_tnext_item_length: size_tcallout_number: u32callout_string_offset: size_tcallout_string_length: size_tcallout_string: PCRE2_SPTR16

Trait Implementations

impl Clone for pcre2_callout_enumerate_block_16[src]

impl Copy for pcre2_callout_enumerate_block_16[src]

impl Debug for pcre2_callout_enumerate_block_16[src]

impl Default for pcre2_callout_enumerate_block_16[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.