Struct librist_sys::rist_stats[][src]

#[repr(C)]pub struct rist_stats {
    pub json_size: u32,
    pub stats_json: *mut c_char,
    pub version: u16,
    pub stats_type: rist_stats_type,
    pub stats: rist_stats__bindgen_ty_1,
}

Fields

json_size: u32stats_json: *mut c_charversion: u16stats_type: rist_stats_typestats: rist_stats__bindgen_ty_1

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, 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.