#[repr(C)]pub struct 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_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UDF_ARGS
impl RefUnwindSafe for UDF_ARGS
impl !Send for UDF_ARGS
impl !Sync for UDF_ARGS
impl Unpin for UDF_ARGS
impl UnwindSafe for 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