#[repr(C)]pub struct switch_xml_config_item {
pub key: *const c_char,
pub type_: switch_xml_config_type_t,
pub flags: c_int,
pub ptr: *mut c_void,
pub defaultvalue: *const c_void,
pub data: *mut c_void,
pub function: switch_xml_config_callback_t,
pub syntax: *const c_char,
pub helptext: *const c_char,
}Fields§
§key: *const c_char§type_: switch_xml_config_type_t§flags: c_int§ptr: *mut c_void§defaultvalue: *const c_void§data: *mut c_void§function: switch_xml_config_callback_t§syntax: *const c_char§helptext: *const c_charTrait Implementations§
Source§impl Clone for switch_xml_config_item
impl Clone for switch_xml_config_item
Source§fn clone(&self) -> switch_xml_config_item
fn clone(&self) -> switch_xml_config_item
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 switch_xml_config_item
impl Debug for switch_xml_config_item
Source§impl Default for switch_xml_config_item
impl Default for switch_xml_config_item
impl Copy for switch_xml_config_item
Auto Trait Implementations§
impl Freeze for switch_xml_config_item
impl RefUnwindSafe for switch_xml_config_item
impl !Send for switch_xml_config_item
impl !Sync for switch_xml_config_item
impl Unpin for switch_xml_config_item
impl UnsafeUnpin for switch_xml_config_item
impl UnwindSafe for switch_xml_config_item
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