#[repr(C)]pub struct SSendTextMessageCommand {
pub text: *const c_char,
pub zone: c_int,
}
Expand description
@brief Sends a chat/text message to other players. This text will also end up in infolog.txt.
Fields§
§text: *const c_char
§zone: c_int
Trait Implementations§
Source§impl Clone for SSendTextMessageCommand
impl Clone for SSendTextMessageCommand
Source§fn clone(&self) -> SSendTextMessageCommand
fn clone(&self) -> SSendTextMessageCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SSendTextMessageCommand
impl Debug for SSendTextMessageCommand
impl Copy for SSendTextMessageCommand
Auto Trait Implementations§
impl Freeze for SSendTextMessageCommand
impl RefUnwindSafe for SSendTextMessageCommand
impl !Send for SSendTextMessageCommand
impl !Sync for SSendTextMessageCommand
impl Unpin for SSendTextMessageCommand
impl UnwindSafe for SSendTextMessageCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more