#[repr(C)]pub struct EcsAlertInstance {
pub message: *mut c_char,
}Expand description
Alert information. Added to each alert instance
Fields§
§message: *mut c_charTrait Implementations§
Source§impl Clone for EcsAlertInstance
impl Clone for EcsAlertInstance
Source§fn clone(&self) -> EcsAlertInstance
fn clone(&self) -> EcsAlertInstance
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 EcsAlertInstance
impl Debug for EcsAlertInstance
impl Copy for EcsAlertInstance
Auto Trait Implementations§
impl Freeze for EcsAlertInstance
impl RefUnwindSafe for EcsAlertInstance
impl !Send for EcsAlertInstance
impl !Sync for EcsAlertInstance
impl Unpin for EcsAlertInstance
impl UnwindSafe for EcsAlertInstance
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