Struct ux::native::Settings [−][src]
pub struct Settings { /* fields omitted */ }
Implementations
impl Settings
[src]
pub fn get_default() -> Option<Settings>
[src]
Trait Implementations
impl AsRef<Settings> for Settings
[src]
impl Clone for Settings
[src]
impl Debug for Settings
[src]
impl Display for Settings
[src]
impl Is<Settings> for Settings
[src]
impl Object for Settings
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Settings
impl Send for Settings
impl !Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<O> SettingsExt for O where
O: Is<Settings>,
[src]
O: Is<Settings>,
pub fn get_property_drag_threshold(&self) -> u32
[src]
pub fn set_property_drag_threshold(&self, drag_threshold: u32)
[src]
pub fn get_property_font_name(&self) -> Option<String>
[src]
pub fn set_property_font_name(&self, font_name: Option<&str>)
[src]
pub fn get_property_icon_theme(&self) -> Option<String>
[src]
pub fn set_property_icon_theme(&self, icon_theme: Option<&str>)
[src]
pub fn get_property_long_press_timeout(&self) -> u32
[src]
pub fn set_property_long_press_timeout(&self, long_press_timeout: u32)
[src]
pub fn get_property_small_screen(&self) -> bool
[src]
pub fn set_property_small_screen(&self, small_screen: bool)
[src]
pub fn get_property_touch_mode(&self) -> bool
[src]
pub fn set_property_touch_mode(&self, touch_mode: bool)
[src]
pub fn connect_property_drag_threshold_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_font_name_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_icon_theme_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_long_press_timeout_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
pub fn connect_property_small_screen_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_touch_mode_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,