#[repr(C)]pub struct HKL__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
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