pub struct SubmissionWaveDeterminismLogicalRange { /* private fields */ }Expand description
One exact logical range as seen by a provider for one prepared participant.
Implementations§
Source§impl SubmissionWaveDeterminismLogicalRange
impl SubmissionWaveDeterminismLogicalRange
pub const fn logical_offset_bytes(self) -> u64
pub const fn length_bytes(self) -> u64
Trait Implementations§
Source§impl Clone for SubmissionWaveDeterminismLogicalRange
impl Clone for SubmissionWaveDeterminismLogicalRange
Source§fn clone(&self) -> SubmissionWaveDeterminismLogicalRange
fn clone(&self) -> SubmissionWaveDeterminismLogicalRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubmissionWaveDeterminismLogicalRange
impl Eq for SubmissionWaveDeterminismLogicalRange
Source§impl Ord for SubmissionWaveDeterminismLogicalRange
impl Ord for SubmissionWaveDeterminismLogicalRange
Source§fn cmp(&self, other: &SubmissionWaveDeterminismLogicalRange) -> Ordering
fn cmp(&self, other: &SubmissionWaveDeterminismLogicalRange) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SubmissionWaveDeterminismLogicalRange
impl PartialOrd for SubmissionWaveDeterminismLogicalRange
impl StructuralPartialEq for SubmissionWaveDeterminismLogicalRange
Auto Trait Implementations§
impl Freeze for SubmissionWaveDeterminismLogicalRange
impl RefUnwindSafe for SubmissionWaveDeterminismLogicalRange
impl Send for SubmissionWaveDeterminismLogicalRange
impl Sync for SubmissionWaveDeterminismLogicalRange
impl Unpin for SubmissionWaveDeterminismLogicalRange
impl UnsafeUnpin for SubmissionWaveDeterminismLogicalRange
impl UnwindSafe for SubmissionWaveDeterminismLogicalRange
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