#[repr(C)]pub struct std__Vector_base {
pub _M_impl: std__Vector_base__Vector_impl,
}Fields§
§_M_impl: std__Vector_base__Vector_implAuto Trait Implementations§
impl Freeze for std__Vector_base
impl RefUnwindSafe for std__Vector_base
impl Send for std__Vector_base
impl Sync for std__Vector_base
impl Unpin for std__Vector_base
impl UnwindSafe for std__Vector_base
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