#[repr(C)]pub struct r_hud_t {
pub current_entry_n: c_int,
pub top_entry_n: c_int,
pub activate: c_char,
pub vi: c_int,
}
Fields§
§current_entry_n: c_int
§top_entry_n: c_int
§activate: c_char
§vi: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for r_hud_t
impl RefUnwindSafe for r_hud_t
impl Send for r_hud_t
impl Sync for r_hud_t
impl Unpin for r_hud_t
impl UnwindSafe for r_hud_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