#[repr(C)]pub struct hek {
pub hek_hash: U32,
pub hek_len: I32,
pub hek_key: [c_char; 1],
}
Fields§
§hek_hash: U32
§hek_len: I32
§hek_key: [c_char; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hek
impl RefUnwindSafe for hek
impl Send for hek
impl Sync for hek
impl Unpin for hek
impl UnwindSafe for hek
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