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