Struct solana_perf::perf_libs::Elems
source · Fields
elems: *const Packet
num: u32
Auto Trait Implementations
impl RefUnwindSafe for Elems
impl !Send for Elems
impl !Sync for Elems
impl Unpin for Elems
impl UnwindSafe for Elems
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more