pub struct Received {
pub section_number: u32,
pub section_offset: u64,
}
Fields§
§section_number: u32
§section_offset: u64
Implementations§
Source§impl Received
impl Received
pub fn section_number(&self) -> u32
pub fn section_offset(&self) -> u64
Trait Implementations§
impl StructuralPartialEq for Received
Auto Trait Implementations§
impl Freeze for Received
impl RefUnwindSafe for Received
impl Send for Received
impl Sync for Received
impl Unpin for Received
impl UnwindSafe for Received
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