#[repr(C)]pub struct hts_opt {
pub arg: *mut c_char,
pub opt: hts_fmt_option,
pub val: hts_opt__bindgen_ty_1,
pub next: *mut hts_opt,
}
Fields§
§arg: *mut c_char
§opt: hts_fmt_option
§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