Struct dds_bridge_sys::allParResults
source · #[repr(C)]pub struct allParResults {
pub presults: [parResults; 40],
}Fields§
§presults: [parResults; 40]Trait Implementations§
source§impl Clone for allParResults
impl Clone for allParResults
source§fn clone(&self) -> allParResults
fn clone(&self) -> allParResults
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for allParResults
impl Debug for allParResults
source§impl Default for allParResults
impl Default for allParResults
source§impl Hash for allParResults
impl Hash for allParResults
source§impl PartialEq for allParResults
impl PartialEq for allParResults
source§fn eq(&self, other: &allParResults) -> bool
fn eq(&self, other: &allParResults) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for allParResults
impl Eq for allParResults
impl StructuralPartialEq for allParResults
Auto Trait Implementations§
impl Freeze for allParResults
impl RefUnwindSafe for allParResults
impl Send for allParResults
impl Sync for allParResults
impl Unpin for allParResults
impl UnwindSafe for allParResults
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