#[repr(C)]pub struct std_unique_ptr {
pub _Mypair: u8,
}Fields§
§_Mypair: u8Trait Implementations§
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