#[repr(C, packed(2))]pub struct LSLaunchFSRefSpec {
pub appRef: *const FSRef,
pub numDocs: ItemCount,
pub itemRefs: *const FSRef,
pub passThruParams: *const AEDesc,
pub launchFlags: LSLaunchFlags,
pub asyncRefCon: *mut c_void,
}
Fields§
§appRef: *const FSRef
§numDocs: ItemCount
§itemRefs: *const FSRef
§passThruParams: *const AEDesc
§launchFlags: LSLaunchFlags
§asyncRefCon: *mut c_void
Trait Implementations§
Source§impl Clone for LSLaunchFSRefSpec
impl Clone for LSLaunchFSRefSpec
Source§fn clone(&self) -> LSLaunchFSRefSpec
fn clone(&self) -> LSLaunchFSRefSpec
Returns a copy 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 LSLaunchFSRefSpec
impl Debug for LSLaunchFSRefSpec
impl Copy for LSLaunchFSRefSpec
Auto Trait Implementations§
impl Freeze for LSLaunchFSRefSpec
impl RefUnwindSafe for LSLaunchFSRefSpec
impl !Send for LSLaunchFSRefSpec
impl !Sync for LSLaunchFSRefSpec
impl Unpin for LSLaunchFSRefSpec
impl UnwindSafe for LSLaunchFSRefSpec
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