#[repr(C)]pub struct st_udf_init {
pub maybe_null: my_bool,
pub decimals: c_uint,
pub max_length: c_ulong,
pub ptr: *mut c_char,
pub const_item: my_bool,
pub extension: *mut c_void,
}Fields§
§maybe_null: my_bool§decimals: c_uint§max_length: c_ulong§ptr: *mut c_char§const_item: my_bool§extension: *mut c_voidTrait Implementations§
Source§impl Clone for st_udf_init
impl Clone for st_udf_init
Source§fn clone(&self) -> st_udf_init
fn clone(&self) -> st_udf_init
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_init
impl Debug for st_udf_init
impl Copy for st_udf_init
Auto Trait Implementations§
impl Freeze for st_udf_init
impl RefUnwindSafe for st_udf_init
impl !Send for st_udf_init
impl !Sync for st_udf_init
impl Unpin for st_udf_init
impl UnwindSafe for st_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