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