#[repr(C)]pub struct LocalizerStateT {
pub language: StrhashT,
pub test_mode: bool,
pub reveal_source_text: bool,
pub microsoft: bool,
pub google: bool,
pub _padding_55: [c_char; 4],
}Fields§
§language: StrhashT§test_mode: bool§reveal_source_text: bool§microsoft: bool§google: bool§_padding_55: [c_char; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalizerStateT
impl RefUnwindSafe for LocalizerStateT
impl Send for LocalizerStateT
impl Sync for LocalizerStateT
impl Unpin for LocalizerStateT
impl UnwindSafe for LocalizerStateT
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