#[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
Source§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
Source§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
Source§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
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