Struct dds_bridge_sys::playTracesBin
source · #[repr(C)]pub struct playTracesBin {
pub noOfBoards: c_int,
pub plays: [playTraceBin; 200],
}Fields§
§noOfBoards: c_int§plays: [playTraceBin; 200]Trait Implementations§
source§impl Clone for playTracesBin
impl Clone for playTracesBin
source§fn clone(&self) -> playTracesBin
fn clone(&self) -> playTracesBin
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 playTracesBin
impl Debug for playTracesBin
source§impl Default for playTracesBin
impl Default for playTracesBin
source§impl Hash for playTracesBin
impl Hash for playTracesBin
source§impl PartialEq for playTracesBin
impl PartialEq for playTracesBin
source§fn eq(&self, other: &playTracesBin) -> bool
fn eq(&self, other: &playTracesBin) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for playTracesBin
impl Eq for playTracesBin
impl StructuralPartialEq for playTracesBin
Auto Trait Implementations§
impl Freeze for playTracesBin
impl RefUnwindSafe for playTracesBin
impl Send for playTracesBin
impl Sync for playTracesBin
impl Unpin for playTracesBin
impl UnwindSafe for playTracesBin
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