#[repr(C)]pub struct uci_delta {
pub e: uci_element,
pub cmd: uci_command,
pub section: *mut c_char,
pub value: *mut c_char,
}Fields§
§e: uci_element§cmd: uci_command§section: *mut c_char§value: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for uci_delta
impl RefUnwindSafe for uci_delta
impl !Send for uci_delta
impl !Sync for uci_delta
impl Unpin for uci_delta
impl UnwindSafe for uci_delta
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