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