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