Struct ID
pub struct ID(/* private fields */);
Implementations§
§impl ID
impl ID
pub const USE_CORE_KBD: ID = _
pub const USE_CORE_PTR: ID = _
pub const DFLT_XI_CLASS: ID = _
pub const DFLT_XI_ID: ID = _
pub const ALL_XI_CLASS: ID = _
pub const ALL_XI_ID: ID = _
pub const XI_NONE: ID = _
Trait Implementations§
§impl Ord for ID
impl Ord for ID
§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
)