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