#[repr(C)]pub struct element_pair_t {
pub category: element_category_t,
pub value: *mut c_char,
}Fields§
§category: element_category_t§value: *mut c_charAuto Trait Implementations§
impl Freeze for element_pair_t
impl RefUnwindSafe for element_pair_t
impl !Send for element_pair_t
impl !Sync for element_pair_t
impl Unpin for element_pair_t
impl UnwindSafe for element_pair_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