#[repr(C)]pub struct Variable {
pub key: *const c_char,
pub value: *const c_char,
}Fields§
§key: *const c_char§value: *const c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for Variable
impl !Sync for Variable
impl Freeze for Variable
impl RefUnwindSafe for Variable
impl Unpin for Variable
impl UnsafeUnpin for Variable
impl UnwindSafe for Variable
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