#[repr(C)]pub struct Struct_counter64 {
pub high: c_ulong,
pub low: c_ulong,
}Fields§
§high: c_ulong§low: c_ulongTrait Implementations§
Source§impl Clone for Struct_counter64
impl Clone for Struct_counter64
Source§impl Default for Struct_counter64
impl Default for Struct_counter64
impl Copy for Struct_counter64
Auto Trait Implementations§
impl Freeze for Struct_counter64
impl RefUnwindSafe for Struct_counter64
impl Send for Struct_counter64
impl Sync for Struct_counter64
impl Unpin for Struct_counter64
impl UnwindSafe for Struct_counter64
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