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