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