Struct swift_runtime_sys::root::std::try_to_lock_t   
source · #[repr(C, align(1))]pub struct try_to_lock_t {
    pub _bindgen_opaque_blob: u8,
}Fields§
§_bindgen_opaque_blob: u8Trait Implementations§
source§impl Clone for try_to_lock_t
 
impl Clone for try_to_lock_t
source§fn clone(&self) -> try_to_lock_t
 
fn clone(&self) -> try_to_lock_t
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 try_to_lock_t
 
impl Debug for try_to_lock_t
impl Copy for try_to_lock_t
Auto Trait Implementations§
impl Freeze for try_to_lock_t
impl RefUnwindSafe for try_to_lock_t
impl Send for try_to_lock_t
impl Sync for try_to_lock_t
impl Unpin for try_to_lock_t
impl UnwindSafe for try_to_lock_t
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)