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