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