#[repr(transparent)]pub struct HKL(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HKL
impl Abi for HKL
impl Copy for HKL
impl Eq for HKL
Auto Trait Implementations§
impl Freeze for HKL
impl RefUnwindSafe for HKL
impl Send for HKL
impl Sync for HKL
impl Unpin for HKL
impl UnwindSafe for HKL
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