#[repr(C)]pub struct _bindgen_ty_19 {
pub cpu: slong,
pub wall: slong,
}Fields§
§cpu: slong§wall: slongAuto Trait Implementations§
impl Freeze for _bindgen_ty_19
impl RefUnwindSafe for _bindgen_ty_19
impl Send for _bindgen_ty_19
impl Sync for _bindgen_ty_19
impl Unpin for _bindgen_ty_19
impl UnwindSafe for _bindgen_ty_19
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