riot_sys::inline

Type Alias iolist_t

Source
pub type iolist_t = iolist;

Aliased Type§

struct iolist_t {
    pub iol_next: *mut iolist,
    pub iol_base: *mut c_void,
    pub iol_len: u32,
}

Fields§

§iol_next: *mut iolist§iol_base: *mut c_void§iol_len: u32

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 12 bytes