#[repr(C)]pub struct RnsEmbeddedV1SendReceipt {
pub struct_size: usize,
pub struct_version: u32,
pub operation_id: u64,
pub epoch: u64,
pub accepted_bytes: usize,
pub queued: bool,
pub target_count: u32,
pub reserved: [u8; 24],
}Fields§
§struct_size: usize§struct_version: u32§operation_id: u64§epoch: u64§accepted_bytes: usize§queued: bool§target_count: u32§reserved: [u8; 24]Trait Implementations§
Source§impl Clone for RnsEmbeddedV1SendReceipt
impl Clone for RnsEmbeddedV1SendReceipt
Source§fn clone(&self) -> RnsEmbeddedV1SendReceipt
fn clone(&self) -> RnsEmbeddedV1SendReceipt
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 RnsEmbeddedV1SendReceipt
Source§impl Debug for RnsEmbeddedV1SendReceipt
impl Debug for RnsEmbeddedV1SendReceipt
Auto Trait Implementations§
impl Freeze for RnsEmbeddedV1SendReceipt
impl RefUnwindSafe for RnsEmbeddedV1SendReceipt
impl Send for RnsEmbeddedV1SendReceipt
impl Sync for RnsEmbeddedV1SendReceipt
impl Unpin for RnsEmbeddedV1SendReceipt
impl UnsafeUnpin for RnsEmbeddedV1SendReceipt
impl UnwindSafe for RnsEmbeddedV1SendReceipt
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