#[repr(C)]pub struct CLDHints {
pub content_language_hint: *const c_char,
pub tld_hint: *const c_char,
pub encoding_hint: c_int,
pub language_hint: Language,
}Fields§
§content_language_hint: *const c_char§tld_hint: *const c_char§encoding_hint: c_int§language_hint: LanguageAuto Trait Implementations§
impl Freeze for CLDHints
impl RefUnwindSafe for CLDHints
impl !Send for CLDHints
impl !Sync for CLDHints
impl Unpin for CLDHints
impl UnwindSafe for CLDHints
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