#[repr(C)]pub struct QueryExtCtrl { /* private fields */ }
Implementations§
Source§impl QueryExtCtrl
impl QueryExtCtrl
Source§impl QueryExtCtrl
impl QueryExtCtrl
Sourcepub fn min(&self) -> i64
pub fn min(&self) -> i64
Minimum value, inclusive
This field gives a lower bound for the control.
Sourcepub fn max(&self) -> i64
pub fn max(&self) -> i64
Maximum value, inclusive
This field gives an upper bound for the control
Sourcepub fn default(&self) -> i64
pub fn default(&self) -> i64
Default value of control
The default value of a CtrlType::Integer, CtrlType::Boolean, CtrlType::BitMask, CtrlType::Menu or CtrlType::IntegerMenu control. Not valid for other types of controls
Trait Implementations§
Source§impl AsRef<QueryExtCtrl> for QueryExtCtrl
impl AsRef<QueryExtCtrl> for QueryExtCtrl
Source§impl Clone for QueryExtCtrl
impl Clone for QueryExtCtrl
Source§fn clone(&self) -> QueryExtCtrl
fn clone(&self) -> QueryExtCtrl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QueryExtCtrl
impl Debug for QueryExtCtrl
Source§impl Display for QueryExtCtrl
impl Display for QueryExtCtrl
Source§impl From<QueryCtrl> for QueryExtCtrl
impl From<QueryCtrl> for QueryExtCtrl
impl Copy for QueryExtCtrl
Auto Trait Implementations§
impl Freeze for QueryExtCtrl
impl RefUnwindSafe for QueryExtCtrl
impl Send for QueryExtCtrl
impl Sync for QueryExtCtrl
impl Unpin for QueryExtCtrl
impl UnwindSafe for QueryExtCtrl
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