#[repr(C)]pub struct relopt_enum_elt_def {
pub string_val: *const c_char,
pub symbol_val: c_int,
}
Fields§
§string_val: *const c_char
§symbol_val: c_int
Trait Implementations§
Source§impl Clone for relopt_enum_elt_def
impl Clone for relopt_enum_elt_def
Source§fn clone(&self) -> relopt_enum_elt_def
fn clone(&self) -> relopt_enum_elt_def
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_enum_elt_def
impl Debug for relopt_enum_elt_def
Source§impl Default for relopt_enum_elt_def
impl Default for relopt_enum_elt_def
impl Copy for relopt_enum_elt_def
Auto Trait Implementations§
impl Freeze for relopt_enum_elt_def
impl RefUnwindSafe for relopt_enum_elt_def
impl !Send for relopt_enum_elt_def
impl !Sync for relopt_enum_elt_def
impl Unpin for relopt_enum_elt_def
impl UnwindSafe for relopt_enum_elt_def
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