#[repr(C)]pub struct asSMessageInfo {
pub section: *const c_char,
pub row: c_int,
pub col: c_int,
pub type_: asEMsgType,
pub message: *const c_char,
}Fields§
§section: *const c_char§row: c_int§col: c_int§type_: asEMsgType§message: *const c_charTrait Implementations§
Source§impl Clone for asSMessageInfo
impl Clone for asSMessageInfo
Source§fn clone(&self) -> asSMessageInfo
fn clone(&self) -> asSMessageInfo
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 asSMessageInfo
impl Debug for asSMessageInfo
impl Copy for asSMessageInfo
Auto Trait Implementations§
impl Freeze for asSMessageInfo
impl RefUnwindSafe for asSMessageInfo
impl !Send for asSMessageInfo
impl !Sync for asSMessageInfo
impl Unpin for asSMessageInfo
impl UnwindSafe for asSMessageInfo
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