#[repr(C)]pub struct evkeyvalq {
pub tqh_first: *mut evkeyval,
pub tqh_last: *mut *mut evkeyval,
}
Fields§
§tqh_first: *mut evkeyval
§tqh_last: *mut *mut evkeyval
Trait Implementations§
Auto Trait Implementations§
impl Freeze for evkeyvalq
impl RefUnwindSafe for evkeyvalq
impl !Send for evkeyvalq
impl !Sync for evkeyvalq
impl Unpin for evkeyvalq
impl UnwindSafe for evkeyvalq
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