#[repr(C)]pub struct vector__Temporary_value {
pub _M_this: *mut vector,
pub __buf: u8,
}Fields§
§_M_this: *mut vector§__buf: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for vector__Temporary_value
impl RefUnwindSafe for vector__Temporary_value
impl !Send for vector__Temporary_value
impl !Sync for vector__Temporary_value
impl Unpin for vector__Temporary_value
impl UnwindSafe for vector__Temporary_value
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