Struct nimble_rust::StepsAck
source · pub struct StepsAck {
pub waiting_for_tick_id: u32,
pub lost_steps_mask_after_last_received: u64,
}
Fields§
§waiting_for_tick_id: u32
§lost_steps_mask_after_last_received: u64
Implementations§
source§impl StepsAck
impl StepsAck
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<(), Error>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<StepsAck, Error>
Trait Implementations§
impl StructuralPartialEq for StepsAck
Auto Trait Implementations§
impl Freeze for StepsAck
impl RefUnwindSafe for StepsAck
impl Send for StepsAck
impl Sync for StepsAck
impl Unpin for StepsAck
impl UnwindSafe for StepsAck
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)