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