#[repr(C)]pub struct UDF_INIT {
pub maybe_null: bool,
pub decimals: c_uint,
pub max_length: c_ulong,
pub ptr: *mut c_char,
pub const_item: bool,
pub extension: *mut c_void,
}
Fields§
§maybe_null: bool
§decimals: c_uint
§max_length: c_ulong
§ptr: *mut c_char
§const_item: bool
§extension: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UDF_INIT
impl RefUnwindSafe for UDF_INIT
impl !Send for UDF_INIT
impl !Sync for UDF_INIT
impl Unpin for UDF_INIT
impl UnwindSafe for UDF_INIT
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