pub struct ApplicationInfo {
pub name: String,
pub internal: u64,
}Fields§
§name: StringThe name of the application.
internal: u64The internal id of the application
Implementations§
Source§impl ApplicationInfo
impl ApplicationInfo
Sourcepub unsafe fn from_c(value: &miracle_application_info_t) -> Self
pub unsafe fn from_c(value: &miracle_application_info_t) -> Self
Trait Implementations§
Source§impl Clone for ApplicationInfo
impl Clone for ApplicationInfo
Source§fn clone(&self) -> ApplicationInfo
fn clone(&self) -> ApplicationInfo
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ApplicationInfo
impl RefUnwindSafe for ApplicationInfo
impl Send for ApplicationInfo
impl Sync for ApplicationInfo
impl Unpin for ApplicationInfo
impl UnsafeUnpin for ApplicationInfo
impl UnwindSafe for ApplicationInfo
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