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
impl Copy 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