#[repr(C)]pub struct config_list_t {
pub length: c_uint,
pub elements: *mut *mut config_setting_t,
}Fields§
§length: c_uint§elements: *mut *mut config_setting_tAuto Trait Implementations§
impl Freeze for config_list_t
impl RefUnwindSafe for config_list_t
impl !Send for config_list_t
impl !Sync for config_list_t
impl Unpin for config_list_t
impl UnwindSafe for config_list_t
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