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