#[repr(C)]pub struct HashSetWrapperU64 {
pub data: *const c_ulonglong,
pub len: usize,
}
Fields§
§data: *const c_ulonglong
§len: usize
Auto Trait Implementations§
impl Freeze for HashSetWrapperU64
impl RefUnwindSafe for HashSetWrapperU64
impl !Send for HashSetWrapperU64
impl !Sync for HashSetWrapperU64
impl Unpin for HashSetWrapperU64
impl UnwindSafe for HashSetWrapperU64
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