#[repr(C)]pub struct relopt_string {
pub gen: relopt_gen,
pub default_len: c_int,
pub default_isnull: bool,
pub validate_cb: validate_string_relopt,
pub fill_cb: fill_string_relopt,
pub default_val: *mut c_char,
}
Fields§
§gen: relopt_gen
§default_len: c_int
§default_isnull: bool
§validate_cb: validate_string_relopt
§fill_cb: fill_string_relopt
§default_val: *mut c_char
Trait Implementations§
Source§impl Clone for relopt_string
impl Clone for relopt_string
Source§fn clone(&self) -> relopt_string
fn clone(&self) -> relopt_string
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 Debug for relopt_string
impl Debug for relopt_string
Source§impl Default for relopt_string
impl Default for relopt_string
impl Copy for relopt_string
Auto Trait Implementations§
impl Freeze for relopt_string
impl RefUnwindSafe for relopt_string
impl !Send for relopt_string
impl !Sync for relopt_string
impl Unpin for relopt_string
impl UnwindSafe for relopt_string
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