#[repr(C)]pub struct __atomic_wide_counter__bindgen_ty_1 {
pub __low: c_uint,
pub __high: c_uint,
}
Fields§
§__low: c_uint
§__high: c_uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for __atomic_wide_counter__bindgen_ty_1
impl Send for __atomic_wide_counter__bindgen_ty_1
impl Sync for __atomic_wide_counter__bindgen_ty_1
impl Unpin for __atomic_wide_counter__bindgen_ty_1
impl UnwindSafe for __atomic_wide_counter__bindgen_ty_1
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