#[repr(C)]pub struct SQStackInfos {
pub _name: *mut c_char,
pub _sourceName: *mut c_char,
pub _line: c_int,
}Fields§
§_name: *mut c_char§_sourceName: *mut c_char§_line: c_intTrait Implementations§
Source§impl Clone for SQStackInfos
impl Clone for SQStackInfos
Source§fn clone(&self) -> SQStackInfos
fn clone(&self) -> SQStackInfos
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 SQStackInfos
impl Debug for SQStackInfos
impl Copy for SQStackInfos
Auto Trait Implementations§
impl Freeze for SQStackInfos
impl RefUnwindSafe for SQStackInfos
impl !Send for SQStackInfos
impl !Sync for SQStackInfos
impl Unpin for SQStackInfos
impl UnwindSafe for SQStackInfos
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