#[repr(u32)]pub enum Id {
UseCoreKbd = 256,
UseCorePtr = 512,
DfltXiClass = 768,
DfltXiId = 1_024,
AllXiClass = 1_280,
AllXiId = 1_536,
XiNone = 65_280,
}
Variants§
UseCoreKbd = 256
UseCorePtr = 512
DfltXiClass = 768
DfltXiId = 1_024
AllXiClass = 1_280
AllXiId = 1_536
XiNone = 65_280
Trait Implementations§
source§impl Ord for Id
impl Ord for Id
source§impl PartialOrd for Id
impl PartialOrd for Id
impl Copy for Id
impl Eq for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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§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
)