#[repr(C)]pub struct swift_InProcess { /* private fields */ }
Trait Implementations§
Source§impl Clone for swift_InProcess
impl Clone for swift_InProcess
Source§fn clone(&self) -> swift_InProcess
fn clone(&self) -> swift_InProcess
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 swift_InProcess
impl Debug for swift_InProcess
impl Copy for swift_InProcess
Auto Trait Implementations§
impl Freeze for swift_InProcess
impl RefUnwindSafe for swift_InProcess
impl Send for swift_InProcess
impl Sync for swift_InProcess
impl Unpin for swift_InProcess
impl UnwindSafe for swift_InProcess
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