Struct bevy_utils::PassHash
source · pub struct PassHash;
Expand description
A BuildHasher
that results in a PassHasher
.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PassHash
impl Send for PassHash
impl Sync for PassHash
impl Unpin for PassHash
impl UnwindSafe for PassHash
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