pub struct APO {
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 APO
impl RefUnwindSafe for APO
impl Send for APO
impl Sync for APO
impl Unpin for APO
impl UnsafeUnpin for APO
impl UnwindSafe for APO
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