#[repr(C)]pub struct t_key {
pub row: c_int,
pub col: c_int,
pub tpad_row: c_int,
pub tpad_col: c_int,
pub tpad_arrow: tpad_arrow_t,
}Fields§
§row: c_int§col: c_int§tpad_row: c_int§tpad_col: c_int§tpad_arrow: tpad_arrow_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for t_key
impl RefUnwindSafe for t_key
impl Send for t_key
impl Sync for t_key
impl Unpin for t_key
impl UnwindSafe for t_key
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