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