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