#[repr(C)]pub struct tick_t {
pub value: f64,
pub is_major: c_int,
}Fields§
§value: f64§is_major: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for tick_t
impl RefUnwindSafe for tick_t
impl Send for tick_t
impl Sync for tick_t
impl Unpin for tick_t
impl UnwindSafe for tick_t
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