#[repr(C)]pub struct IMECOMPTEXT {
pub cb: i32,
pub flags: IMECOMPTEXT_FLAGS,
}
Fields§
§cb: i32
§flags: IMECOMPTEXT_FLAGS
Trait Implementations§
Source§impl Clone for IMECOMPTEXT
impl Clone for IMECOMPTEXT
Source§fn clone(&self) -> IMECOMPTEXT
fn clone(&self) -> IMECOMPTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IMECOMPTEXT
impl Debug for IMECOMPTEXT
Source§impl Default for IMECOMPTEXT
impl Default for IMECOMPTEXT
Source§impl PartialEq for IMECOMPTEXT
impl PartialEq for IMECOMPTEXT
impl Copy for IMECOMPTEXT
impl Eq for IMECOMPTEXT
Auto Trait Implementations§
impl Freeze for IMECOMPTEXT
impl RefUnwindSafe for IMECOMPTEXT
impl Send for IMECOMPTEXT
impl Sync for IMECOMPTEXT
impl Unpin for IMECOMPTEXT
impl UnwindSafe for IMECOMPTEXT
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