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