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