#[repr(C)]pub struct StrhashT {
pub u64_: u64,
}Fields§
§u64_: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrhashT
impl RefUnwindSafe for StrhashT
impl Send for StrhashT
impl Sync for StrhashT
impl Unpin for StrhashT
impl UnwindSafe for StrhashT
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