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