#[repr(C, packed(2))]pub struct LSApplicationParameters {
pub version: CFIndex,
pub flags: LSLaunchFlags,
pub application: *const FSRef,
pub asyncLaunchRefCon: *mut c_void,
pub environment: CFDictionaryRef,
pub argv: CFArrayRef,
pub initialEvent: *mut AppleEvent,
}Fields§
§version: CFIndex§flags: LSLaunchFlags§application: *const FSRef§asyncLaunchRefCon: *mut c_void§environment: CFDictionaryRef§argv: CFArrayRef§initialEvent: *mut AppleEventTrait Implementations§
Source§impl Clone for LSApplicationParameters
impl Clone for LSApplicationParameters
Source§fn clone(&self) -> LSApplicationParameters
fn clone(&self) -> LSApplicationParameters
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 LSApplicationParameters
impl Debug for LSApplicationParameters
impl Copy for LSApplicationParameters
Auto Trait Implementations§
impl Freeze for LSApplicationParameters
impl RefUnwindSafe for LSApplicationParameters
impl !Send for LSApplicationParameters
impl !Sync for LSApplicationParameters
impl Unpin for LSApplicationParameters
impl UnwindSafe for LSApplicationParameters
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