Struct sample_programs::pstructs::SomeMap
source · #[repr(C)]pub struct SomeMap {
pub some_value: u64,
pub data: PHashMap<u64, u64>,
}Fields§
§some_value: u64§data: PHashMap<u64, u64>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SomeMap
impl Send for SomeMap
impl Sync for SomeMap
impl Unpin for SomeMap
impl !UnwindSafe for SomeMap
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