#[repr(C)]pub struct blaze_user_meta_apk {
pub path: *mut c_char,
pub reserved: [u8; 16],
}Expand description
C compatible version of Apk.
Fields§
§path: *mut c_charThe canonical absolute path to the APK, including its name. This member is always present.
reserved: [u8; 16]Unused member available for future expansion.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for blaze_user_meta_apk
impl RefUnwindSafe for blaze_user_meta_apk
impl !Send for blaze_user_meta_apk
impl !Sync for blaze_user_meta_apk
impl Unpin for blaze_user_meta_apk
impl UnwindSafe for blaze_user_meta_apk
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