Struct iui::controls::Entry [−][src]
pub struct Entry { /* fields omitted */ }Single-line editable text buffer.
Methods
impl Entry[src]
impl Entrypub fn show(&mut self, _ctx: &UI)[src]
pub fn show(&mut self, _ctx: &UI)pub fn hide(&mut self, _ctx: &UI)[src]
pub fn hide(&mut self, _ctx: &UI)pub unsafe fn from_raw(uiEntry: *mut uiEntry) -> Entry[src]
pub unsafe fn from_raw(uiEntry: *mut uiEntry) -> EntryCreate an iui struct for this control from the raw pointer for it.
Unsafety
The given pointer must point to a valid control or memory unsafety may result.
pub fn ptr(&self) -> *mut uiEntry[src]
pub fn ptr(&self) -> *mut uiEntryReturn the underlying pointer for this control.
impl Entry[src]
impl EntryTrait Implementations
impl Drop for Entry[src]
impl Drop for Entryimpl Clone for Entry[src]
impl Clone for Entryfn clone(&self) -> Entry[src]
fn clone(&self) -> EntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Into<Control> for Entry[src]
impl Into<Control> for Entryimpl TextEntry for Entry[src]
impl TextEntry for Entry