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