Struct solana_perf::perf_libs::Elems
source · #[repr(C)]pub struct Elems {
pub elems: *const u8,
pub num: u32,
}
Fields§
§elems: *const u8
§num: u32
Auto Trait Implementations§
impl Freeze for Elems
impl RefUnwindSafe for Elems
impl !Send for Elems
impl !Sync for Elems
impl Unpin for Elems
impl UnwindSafe for Elems
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