Struct classicube_sys::OwnedChatCommand
source ·
[−]pub struct OwnedChatCommand {
pub name: Pin<Box<CString>>,
pub help: Vec<Pin<Box<CString>>>,
pub command: Pin<Box<ChatCommand>>,
}Fields
name: Pin<Box<CString>>help: Vec<Pin<Box<CString>>>command: Pin<Box<ChatCommand>>