#[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§
Source§impl Ord for hek
impl Ord for hek
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for hek
impl PartialOrd for hek
impl Copy for hek
impl Eq for hek
impl StructuralPartialEq for hek
Auto Trait Implementations§
impl Freeze for hek
impl RefUnwindSafe for hek
impl Send for hek
impl Sync for hek
impl Unpin for hek
impl UnsafeUnpin 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