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