Struct IMECOMPTEXT
#[repr(C)]pub struct IMECOMPTEXT {
pub cb: i32,
pub flags: IMECOMPTEXT_FLAGS,
}
Fields§
§cb: i32
§flags: IMECOMPTEXT_FLAGS
Trait Implementations§
§impl Clone for IMECOMPTEXT
impl Clone for IMECOMPTEXT
§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 more§impl Debug for IMECOMPTEXT
impl Debug for IMECOMPTEXT
§impl PartialEq for IMECOMPTEXT
impl PartialEq for IMECOMPTEXT
impl Copy for IMECOMPTEXT
impl StructuralPartialEq 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