pub struct BBANDS {
pub timeperiod: usize,
pub nbdevup: f64,
pub nbdevdn: f64,
pub matype: MaType,
/* private fields */
}Fields§
§timeperiod: usize§nbdevup: f64§nbdevdn: f64§matype: MaTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BBANDS
impl RefUnwindSafe for BBANDS
impl Send for BBANDS
impl Sync for BBANDS
impl Unpin for BBANDS
impl UnsafeUnpin for BBANDS
impl UnwindSafe for BBANDS
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