#[repr(C)]pub struct unique_ptr {
pub _M_t: u8,
}
Fields§
§_M_t: u8
Trait Implementations§
Source§impl Debug for unique_ptr
impl Debug for unique_ptr
Source§impl Default for unique_ptr
impl Default for unique_ptr
Source§fn default() -> unique_ptr
fn default() -> unique_ptr
Returns the “default value” for a type. Read more
Source§impl PartialEq for unique_ptr
impl PartialEq for unique_ptr
impl Eq for unique_ptr
impl StructuralPartialEq for unique_ptr
Auto Trait Implementations§
impl Freeze for unique_ptr
impl RefUnwindSafe for unique_ptr
impl Send for unique_ptr
impl Sync for unique_ptr
impl Unpin for unique_ptr
impl UnwindSafe for 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