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