#[repr(C)]pub struct EmbVectorList_ {
pub vector: EmbVector,
pub next: *mut EmbVectorList_,
}Fields§
§vector: EmbVector§next: *mut EmbVectorList_Trait Implementations§
Source§impl Clone for EmbVectorList_
impl Clone for EmbVectorList_
Source§fn clone(&self) -> EmbVectorList_
fn clone(&self) -> EmbVectorList_
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmbVectorList_
impl Debug for EmbVectorList_
impl Copy for EmbVectorList_
Auto Trait Implementations§
impl Freeze for EmbVectorList_
impl RefUnwindSafe for EmbVectorList_
impl !Send for EmbVectorList_
impl !Sync for EmbVectorList_
impl Unpin for EmbVectorList_
impl UnwindSafe for EmbVectorList_
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