Struct ts3plugin_sys::plugin_definitions::BookmarkList
[−]
[src]
#[repr(C)]pub struct BookmarkList { pub itemcount: c_int, pub items: [BookmarkItem; 1], }
Fields
itemcount: c_int
items: [BookmarkItem; 1]
Should be 0 but compiler complains (the C compiler, not the rust compiler)