pub struct MFI {
pub timeperiod: usize,
/* private fields */
}Fields§
§timeperiod: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MFI
impl RefUnwindSafe for MFI
impl Send for MFI
impl Sync for MFI
impl Unpin for MFI
impl UnsafeUnpin for MFI
impl UnwindSafe for MFI
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