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