Struct dds_bridge_sys::boards
source · #[repr(C)]pub struct boards {
pub noOfBoards: c_int,
pub deals: [deal; 200],
pub target: [c_int; 200],
pub solutions: [c_int; 200],
pub mode: [c_int; 200],
}Fields§
§noOfBoards: c_int§deals: [deal; 200]§target: [c_int; 200]§solutions: [c_int; 200]§mode: [c_int; 200]Trait Implementations§
Auto Trait Implementations§
impl Freeze for boards
impl RefUnwindSafe for boards
impl Send for boards
impl Sync for boards
impl Unpin for boards
impl UnwindSafe for boards
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