#[repr(C)]pub struct reb_hash_pointer_pair {
pub hash: u32,
pub index: c_int,
}Fields§
§hash: u32§index: c_intTrait Implementations§
Source§impl Clone for reb_hash_pointer_pair
impl Clone for reb_hash_pointer_pair
Source§fn clone(&self) -> reb_hash_pointer_pair
fn clone(&self) -> reb_hash_pointer_pair
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for reb_hash_pointer_pair
impl Debug for reb_hash_pointer_pair
impl Copy for reb_hash_pointer_pair
Auto Trait Implementations§
impl Freeze for reb_hash_pointer_pair
impl RefUnwindSafe for reb_hash_pointer_pair
impl Send for reb_hash_pointer_pair
impl Sync for reb_hash_pointer_pair
impl Unpin for reb_hash_pointer_pair
impl UnsafeUnpin for reb_hash_pointer_pair
impl UnwindSafe for reb_hash_pointer_pair
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