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