Struct swift_runtime_sys::root::std::out_of_range   
source · #[repr(C, align(8))]pub struct out_of_range {
    pub _bindgen_opaque_blob: [u64; 2],
}Fields§
§_bindgen_opaque_blob: [u64; 2]Trait Implementations§
source§impl Clone for out_of_range
 
impl Clone for out_of_range
source§fn clone(&self) -> out_of_range
 
fn clone(&self) -> out_of_range
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 out_of_range
 
impl Debug for out_of_range
impl Copy for out_of_range
Auto Trait Implementations§
impl Freeze for out_of_range
impl RefUnwindSafe for out_of_range
impl Send for out_of_range
impl Sync for out_of_range
impl Unpin for out_of_range
impl UnwindSafe for out_of_range
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)