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