#[repr(C)]pub struct FilterTextDictionaryChanged_t {
pub m_eLanguage: c_int,
}Fields§
§m_eLanguage: c_intTrait Implementations§
Source§impl Clone for FilterTextDictionaryChanged_t
impl Clone for FilterTextDictionaryChanged_t
Source§fn clone(&self) -> FilterTextDictionaryChanged_t
fn clone(&self) -> FilterTextDictionaryChanged_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FilterTextDictionaryChanged_t
Auto Trait Implementations§
impl Freeze for FilterTextDictionaryChanged_t
impl RefUnwindSafe for FilterTextDictionaryChanged_t
impl Send for FilterTextDictionaryChanged_t
impl Sync for FilterTextDictionaryChanged_t
impl Unpin for FilterTextDictionaryChanged_t
impl UnsafeUnpin for FilterTextDictionaryChanged_t
impl UnwindSafe for FilterTextDictionaryChanged_t
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