#[repr(C)]pub struct A_Time {
pub value: A_long,
pub scale: A_u_long,
}Fields§
§value: A_long§scale: A_u_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for A_Time
impl RefUnwindSafe for A_Time
impl Send for A_Time
impl Sync for A_Time
impl Unpin for A_Time
impl UnwindSafe for A_Time
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