#[repr(C)]pub struct tm_ret {
pub Tm: f64,
pub bound: f64,
}Fields§
§Tm: f64§bound: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for tm_ret
impl RefUnwindSafe for tm_ret
impl Send for tm_ret
impl Sync for tm_ret
impl Unpin for tm_ret
impl UnsafeUnpin for tm_ret
impl UnwindSafe for tm_ret
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