Struct win_wrap::input::IME_CONVERSION_MODE
source · #[repr(transparent)]pub struct IME_CONVERSION_MODE(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl IME_CONVERSION_MODE
impl IME_CONVERSION_MODE
pub const fn contains(&self, other: IME_CONVERSION_MODE) -> bool
Trait Implementations§
source§impl BitAnd for IME_CONVERSION_MODE
impl BitAnd for IME_CONVERSION_MODE
§type Output = IME_CONVERSION_MODE
type Output = IME_CONVERSION_MODE
The resulting type after applying the
& operator.source§fn bitand(self, other: IME_CONVERSION_MODE) -> IME_CONVERSION_MODE
fn bitand(self, other: IME_CONVERSION_MODE) -> IME_CONVERSION_MODE
Performs the
& operation. Read moresource§impl BitAndAssign for IME_CONVERSION_MODE
impl BitAndAssign for IME_CONVERSION_MODE
source§fn bitand_assign(&mut self, other: IME_CONVERSION_MODE)
fn bitand_assign(&mut self, other: IME_CONVERSION_MODE)
Performs the
&= operation. Read moresource§impl BitOr for IME_CONVERSION_MODE
impl BitOr for IME_CONVERSION_MODE
§type Output = IME_CONVERSION_MODE
type Output = IME_CONVERSION_MODE
The resulting type after applying the
| operator.source§fn bitor(self, other: IME_CONVERSION_MODE) -> IME_CONVERSION_MODE
fn bitor(self, other: IME_CONVERSION_MODE) -> IME_CONVERSION_MODE
Performs the
| operation. Read moresource§impl BitOrAssign for IME_CONVERSION_MODE
impl BitOrAssign for IME_CONVERSION_MODE
source§fn bitor_assign(&mut self, other: IME_CONVERSION_MODE)
fn bitor_assign(&mut self, other: IME_CONVERSION_MODE)
Performs the
|= operation. Read moresource§impl Clone for IME_CONVERSION_MODE
impl Clone for IME_CONVERSION_MODE
source§fn clone(&self) -> IME_CONVERSION_MODE
fn clone(&self) -> IME_CONVERSION_MODE
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 IME_CONVERSION_MODE
impl Debug for IME_CONVERSION_MODE
source§impl Default for IME_CONVERSION_MODE
impl Default for IME_CONVERSION_MODE
source§fn default() -> IME_CONVERSION_MODE
fn default() -> IME_CONVERSION_MODE
Returns the “default value” for a type. Read more
source§impl Not for IME_CONVERSION_MODE
impl Not for IME_CONVERSION_MODE
§type Output = IME_CONVERSION_MODE
type Output = IME_CONVERSION_MODE
The resulting type after applying the
! operator.source§fn not(self) -> IME_CONVERSION_MODE
fn not(self) -> IME_CONVERSION_MODE
Performs the unary
! operation. Read moresource§impl PartialEq for IME_CONVERSION_MODE
impl PartialEq for IME_CONVERSION_MODE
source§fn eq(&self, other: &IME_CONVERSION_MODE) -> bool
fn eq(&self, other: &IME_CONVERSION_MODE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for IME_CONVERSION_MODE
impl Eq for IME_CONVERSION_MODE
impl StructuralPartialEq for IME_CONVERSION_MODE
Auto Trait Implementations§
impl Freeze for IME_CONVERSION_MODE
impl RefUnwindSafe for IME_CONVERSION_MODE
impl Send for IME_CONVERSION_MODE
impl Sync for IME_CONVERSION_MODE
impl Unpin for IME_CONVERSION_MODE
impl UnwindSafe for IME_CONVERSION_MODE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)