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