#[repr(C)]pub struct tagSQStackInfos {
pub funcname: *const SQChar,
pub source: *const SQChar,
pub line: SQInteger,
}Fields§
§funcname: *const SQChar§source: *const SQChar§line: SQIntegerTrait Implementations§
Source§impl Clone for tagSQStackInfos
impl Clone for tagSQStackInfos
Source§fn clone(&self) -> tagSQStackInfos
fn clone(&self) -> tagSQStackInfos
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 tagSQStackInfos
impl Debug for tagSQStackInfos
impl Copy for tagSQStackInfos
Auto Trait Implementations§
impl Freeze for tagSQStackInfos
impl RefUnwindSafe for tagSQStackInfos
impl !Send for tagSQStackInfos
impl !Sync for tagSQStackInfos
impl Unpin for tagSQStackInfos
impl UnwindSafe for tagSQStackInfos
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