Struct solana_perf::sigverify::PacketOffsets
source · struct PacketOffsets {
pub sig_len: u32,
pub sig_start: u32,
pub msg_start: u32,
pub pubkey_start: u32,
pub pubkey_len: u32,
}
Fields§
§sig_len: u32
§sig_start: u32
§msg_start: u32
§pubkey_start: u32
§pubkey_len: u32
Implementations§
Trait Implementations§
source§impl Debug for PacketOffsets
impl Debug for PacketOffsets
source§impl PartialEq<PacketOffsets> for PacketOffsets
impl PartialEq<PacketOffsets> for PacketOffsets
source§fn eq(&self, other: &PacketOffsets) -> bool
fn eq(&self, other: &PacketOffsets) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PacketOffsets
impl StructuralEq for PacketOffsets
impl StructuralPartialEq for PacketOffsets
Auto Trait Implementations§
impl RefUnwindSafe for PacketOffsets
impl Send for PacketOffsets
impl Sync for PacketOffsets
impl Unpin for PacketOffsets
impl UnwindSafe for PacketOffsets
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.