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