#[repr(C)]pub struct SQRegFunction {
pub name: *const SQChar,
pub f: SQFUNCTION,
pub nparamscheck: SQInteger,
pub typemask: *const SQChar,
}
Fields§
§name: *const SQChar
§f: SQFUNCTION
§nparamscheck: SQInteger
§typemask: *const SQChar
Trait Implementations§
Source§impl Clone for SQRegFunction
impl Clone for SQRegFunction
Source§fn clone(&self) -> SQRegFunction
fn clone(&self) -> SQRegFunction
Returns a copy 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 Default for SQRegFunction
impl Default for SQRegFunction
impl Copy for SQRegFunction
Auto Trait Implementations§
impl Freeze for SQRegFunction
impl RefUnwindSafe for SQRegFunction
impl !Send for SQRegFunction
impl !Sync for SQRegFunction
impl Unpin for SQRegFunction
impl UnwindSafe for SQRegFunction
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