pub struct MACDEXT {
pub fastperiod: usize,
pub fastmatype: MaType,
pub slowperiod: usize,
pub slowmatype: MaType,
pub signalperiod: usize,
pub signalmatype: MaType,
/* private fields */
}Fields§
§fastperiod: usize§fastmatype: MaType§slowperiod: usize§slowmatype: MaType§signalperiod: usize§signalmatype: MaTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MACDEXT
impl RefUnwindSafe for MACDEXT
impl Send for MACDEXT
impl Sync for MACDEXT
impl Unpin for MACDEXT
impl UnsafeUnpin for MACDEXT
impl UnwindSafe for MACDEXT
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