Struct dds_bridge_sys::parResults
source · #[repr(C)]pub struct parResults {
pub parScore: [[c_char; 16]; 2],
pub parContractsString: [[c_char; 128]; 2],
}Fields§
§parScore: [[c_char; 16]; 2]§parContractsString: [[c_char; 128]; 2]Trait Implementations§
source§impl Clone for parResults
impl Clone for parResults
source§fn clone(&self) -> parResults
fn clone(&self) -> parResults
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 parResults
impl Debug for parResults
impl Copy for parResults
Auto Trait Implementations§
impl Freeze for parResults
impl RefUnwindSafe for parResults
impl Send for parResults
impl Sync for parResults
impl Unpin for parResults
impl UnwindSafe for parResults
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