#[repr(C, packed(4))]pub struct CVITime {
pub lsb: uInt64,
pub msb: int64,
}Fields§
§lsb: uInt64§msb: int64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CVITime
impl RefUnwindSafe for CVITime
impl Send for CVITime
impl Sync for CVITime
impl Unpin for CVITime
impl UnwindSafe for CVITime
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