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