#[repr(C)]pub struct st_udf_args {
pub arg_count: c_uint,
pub arg_type: *mut Item_result,
pub args: *mut *mut c_char,
pub lengths: *mut c_ulong,
pub maybe_null: *mut c_char,
pub attributes: *mut *mut c_char,
pub attribute_lengths: *mut c_ulong,
pub extension: *mut c_void,
}Fields§
§arg_count: c_uint§arg_type: *mut Item_result§args: *mut *mut c_char§lengths: *mut c_ulong§maybe_null: *mut c_char§attributes: *mut *mut c_char§attribute_lengths: *mut c_ulong§extension: *mut c_voidTrait Implementations§
Source§impl Clone for st_udf_args
impl Clone for st_udf_args
Source§fn clone(&self) -> st_udf_args
fn clone(&self) -> st_udf_args
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 st_udf_args
impl Debug for st_udf_args
impl Copy for st_udf_args
Auto Trait Implementations§
impl Freeze for st_udf_args
impl RefUnwindSafe for st_udf_args
impl !Send for st_udf_args
impl !Sync for st_udf_args
impl Unpin for st_udf_args
impl UnwindSafe for st_udf_args
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