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