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