pub struct AppId {
pub handle: Handle,
pub name: String,
}Expand description
An application ID table entry (for extended data)
Fields§
§handle: HandleUnique handle
name: StringApplication name
Implementations§
Trait Implementations§
Source§impl TableEntry for AppId
impl TableEntry for AppId
Source§fn set_handle(&mut self, handle: Handle)
fn set_handle(&mut self, handle: Handle)
Set the entry’s handle
Source§fn is_standard(&self) -> bool
fn is_standard(&self) -> bool
Check if this is a standard/default entry
impl StructuralPartialEq for AppId
Auto Trait Implementations§
impl Freeze for AppId
impl RefUnwindSafe for AppId
impl Send for AppId
impl Sync for AppId
impl Unpin for AppId
impl UnsafeUnpin for AppId
impl UnwindSafe for AppId
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