Struct spn_rust_bot::api::ipc::IpcBotInfo
source · [−]Expand description
IPC representation of a bot.
Fields
bot_id: u64
Bot ID
bot_name: [u8; 64]
Bot name (the beginning of it, at least)
Auto Trait Implementations
impl RefUnwindSafe for IpcBotInfo
impl Send for IpcBotInfo
impl Sync for IpcBotInfo
impl Unpin for IpcBotInfo
impl UnwindSafe for IpcBotInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more