#[repr(C)]pub struct std__Vector_const_iterator {
pub _Ptr: std__Vector_const_iterator__Tptr,
}Fields§
§_Ptr: std__Vector_const_iterator__TptrAuto Trait Implementations§
impl Freeze for std__Vector_const_iterator
impl RefUnwindSafe for std__Vector_const_iterator
impl Send for std__Vector_const_iterator
impl Sync for std__Vector_const_iterator
impl Unpin for std__Vector_const_iterator
impl UnsafeUnpin for std__Vector_const_iterator
impl UnwindSafe for std__Vector_const_iterator
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