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