#[repr(C)]pub struct Tk_Item {Show 15 fields
pub id: c_int,
pub nextPtr: *mut Tk_Item,
pub staticTagSpace: [Tk_Uid; 3],
pub tagPtr: *mut Tk_Uid,
pub tagSpace: c_int,
pub numTags: c_int,
pub typePtr: *mut Tk_ItemType,
pub x1: c_int,
pub y1: c_int,
pub x2: c_int,
pub y2: c_int,
pub prevPtr: *mut Tk_Item,
pub state: Tk_State,
pub reserved1: *mut c_char,
pub redraw_flags: c_int,
}Fields§
§id: c_int§nextPtr: *mut Tk_Item§staticTagSpace: [Tk_Uid; 3]§tagPtr: *mut Tk_Uid§tagSpace: c_int§numTags: c_int§typePtr: *mut Tk_ItemType§x1: c_int§y1: c_int§x2: c_int§y2: c_int§prevPtr: *mut Tk_Item§state: Tk_State§reserved1: *mut c_char§redraw_flags: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for Tk_Item
impl RefUnwindSafe for Tk_Item
impl !Send for Tk_Item
impl !Sync for Tk_Item
impl Unpin for Tk_Item
impl UnwindSafe for Tk_Item
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