#[repr(C)]pub struct TA_IntegerRange {
pub min: TA_Integer,
pub max: TA_Integer,
pub suggested_start: TA_Integer,
pub suggested_end: TA_Integer,
pub suggested_increment: TA_Integer,
}
Fields§
§min: TA_Integer
§max: TA_Integer
§suggested_start: TA_Integer
§suggested_end: TA_Integer
§suggested_increment: TA_Integer
Trait Implementations§
Source§impl Clone for TA_IntegerRange
impl Clone for TA_IntegerRange
Source§fn clone(&self) -> TA_IntegerRange
fn clone(&self) -> TA_IntegerRange
Returns a duplicate 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 TA_IntegerRange
impl Debug for TA_IntegerRange
impl Copy for TA_IntegerRange
Auto Trait Implementations§
impl Freeze for TA_IntegerRange
impl RefUnwindSafe for TA_IntegerRange
impl Send for TA_IntegerRange
impl Sync for TA_IntegerRange
impl Unpin for TA_IntegerRange
impl UnwindSafe for TA_IntegerRange
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