#[repr(C)]pub struct hts_opt {
pub arg: *mut i8,
pub opt: u32,
pub val: hts_opt__bindgen_ty_1,
pub next: *mut hts_opt,
}
Fields§
§arg: *mut i8
§opt: u32
§val: hts_opt__bindgen_ty_1
§next: *mut hts_opt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hts_opt
impl RefUnwindSafe for hts_opt
impl !Send for hts_opt
impl !Sync for hts_opt
impl Unpin for hts_opt
impl UnwindSafe for hts_opt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)