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