#[repr(C)]pub struct SSaveEvent {
pub file: *const c_char,
}
Expand description
This AI event is sent when the AI should be saving its full state to a file.
Fields§
§file: *const c_char
Absolute file path, writable
Trait Implementations§
Source§impl Clone for SSaveEvent
impl Clone for SSaveEvent
Source§fn clone(&self) -> SSaveEvent
fn clone(&self) -> SSaveEvent
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 SSaveEvent
impl Debug for SSaveEvent
impl Copy for SSaveEvent
Auto Trait Implementations§
impl Freeze for SSaveEvent
impl RefUnwindSafe for SSaveEvent
impl !Send for SSaveEvent
impl !Sync for SSaveEvent
impl Unpin for SSaveEvent
impl UnwindSafe for SSaveEvent
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