pub struct FFIApplicationData {
pub process_id: i32,
pub bundle_id_offset: u32,
pub bundle_id_length: u32,
pub app_name_offset: u32,
pub app_name_length: u32,
/* private fields */
}Expand description
Packed application data for batch retrieval
Fields§
§process_id: i32§bundle_id_offset: u32§bundle_id_length: u32§app_name_offset: u32§app_name_length: u32Trait Implementations§
Source§impl Clone for FFIApplicationData
impl Clone for FFIApplicationData
Source§fn clone(&self) -> FFIApplicationData
fn clone(&self) -> FFIApplicationData
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 moreSource§impl Debug for FFIApplicationData
impl Debug for FFIApplicationData
impl Copy for FFIApplicationData
Auto Trait Implementations§
impl Freeze for FFIApplicationData
impl RefUnwindSafe for FFIApplicationData
impl Send for FFIApplicationData
impl Sync for FFIApplicationData
impl Unpin for FFIApplicationData
impl UnwindSafe for FFIApplicationData
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