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