#[repr(C)]pub struct oldconfigedit_s {
pub text: *mut u8,
pub name: *mut u8,
pub type_: i32,
pub deflt: *mut u8,
pub variants: *mut *mut u8,
}Fields§
§text: *mut u8§name: *mut u8§type_: i32§deflt: *mut u8§variants: *mut *mut u8Trait Implementations§
Source§impl Clone for oldconfigedit_s
impl Clone for oldconfigedit_s
Source§fn clone(&self) -> oldconfigedit_s
fn clone(&self) -> oldconfigedit_s
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 oldconfigedit_s
impl Debug for oldconfigedit_s
impl Copy for oldconfigedit_s
Auto Trait Implementations§
impl Freeze for oldconfigedit_s
impl RefUnwindSafe for oldconfigedit_s
impl !Send for oldconfigedit_s
impl !Sync for oldconfigedit_s
impl Unpin for oldconfigedit_s
impl UnwindSafe for oldconfigedit_s
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