#[repr(C)]pub struct uci_ptr {
pub target: uci_type,
pub flags: c_uint,
pub p: *mut uci_package,
pub s: *mut uci_section,
pub o: *mut uci_option,
pub last: *mut uci_element,
pub package: *const c_char,
pub section: *const c_char,
pub option: *const c_char,
pub value: *const c_char,
}Fields§
§target: uci_type§flags: c_uint§p: *mut uci_package§s: *mut uci_section§o: *mut uci_option§last: *mut uci_element§package: *const c_char§section: *const c_char§option: *const c_char§value: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for uci_ptr
impl RefUnwindSafe for uci_ptr
impl !Send for uci_ptr
impl !Sync for uci_ptr
impl Unpin for uci_ptr
impl UnwindSafe for uci_ptr
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