Enum fltk::browser::BrowserType
source · [−]#[repr(i32)]
pub enum BrowserType {
Normal,
Select,
Hold,
Multi,
}Expand description
Defines the browser type
Variants
Normal
Normal browser
Select
Enable select
Hold
Enable holding
Multi
Multi selection
Trait Implementations
sourceimpl Clone for BrowserType
impl Clone for BrowserType
sourcefn clone(&self) -> BrowserType
fn clone(&self) -> BrowserType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for BrowserType
impl Debug for BrowserType
sourceimpl PartialEq<BrowserType> for BrowserType
impl PartialEq<BrowserType> for BrowserType
sourceimpl WidgetType for BrowserType
impl WidgetType for BrowserType
impl Copy for BrowserType
impl StructuralPartialEq for BrowserType
Auto Trait Implementations
impl RefUnwindSafe for BrowserType
impl Send for BrowserType
impl Sync for BrowserType
impl Unpin for BrowserType
impl UnwindSafe for BrowserType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more