Struct spn_rust_bot::api::ipc::IpcRequest
source · [−]#[repr(C)]#[repr(align(4))]pub struct IpcRequest {
pub request_type: IpcRequestType,
}
Expand description
A request to the bot by the gameserver.
Sent by the gameserver on the control socket.
Fields
request_type: IpcRequestType
Auto Trait Implementations
impl RefUnwindSafe for IpcRequest
impl Send for IpcRequest
impl Sync for IpcRequest
impl Unpin for IpcRequest
impl UnwindSafe for IpcRequest
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