Struct ts3plugin_sys::plugin_definitions::BookmarkList [] [src]

#[repr(C)]
pub struct BookmarkList { pub itemcount: c_int, pub items: [BookmarkItem; 1], }

Fields

Should be 0 but compiler complains (the C compiler, not the rust compiler)