Struct spn_rust_bot::api::ipc::IpcResponse
source · [−]#[repr(C)]#[repr(align(4))]pub struct IpcResponse {
pub response_type: IpcResponseType,
pub data: ResponseData,
}
Expand description
Response of the Bot.
Sent by the bot on the control socket.
Fields
response_type: IpcResponseType
data: ResponseData
Auto Trait Implementations
impl RefUnwindSafe for IpcResponse
impl Send for IpcResponse
impl Sync for IpcResponse
impl Unpin for IpcResponse
impl UnwindSafe for IpcResponse
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