Struct AppIdInfo
#[repr(C)]pub struct AppIdInfo {
pub slot_id: SlotId,
pub app: App,
}Fields§
§slot_id: SlotIdIndicates the slot to be used.
app: AppIndicates the type of the application.
Auto Trait Implementations§
impl Freeze for AppIdInfo
impl RefUnwindSafe for AppIdInfo
impl Send for AppIdInfo
impl Sync for AppIdInfo
impl Unpin for AppIdInfo
impl UnwindSafe for AppIdInfo
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