#[repr(C)]pub struct std__Vector_val {
pub _Myfirst: std__Vector_val_pointer,
pub _Mylast: std__Vector_val_pointer,
pub _Myend: std__Vector_val_pointer,
}Fields§
§_Myfirst: std__Vector_val_pointer§_Mylast: std__Vector_val_pointer§_Myend: std__Vector_val_pointerAuto Trait Implementations§
impl Freeze for std__Vector_val
impl RefUnwindSafe for std__Vector_val
impl Send for std__Vector_val
impl Sync for std__Vector_val
impl Unpin for std__Vector_val
impl UnwindSafe for std__Vector_val
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