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