Struct dds_bridge_sys::paramType
source · #[repr(C)]pub struct paramType {
pub noOfBoards: c_int,
pub bop: *mut boards,
pub solvedp: *mut solvedBoards,
pub error: c_int,
}Fields§
§noOfBoards: c_int§bop: *mut boards§solvedp: *mut solvedBoards§error: c_intTrait Implementations§
source§impl PartialEq for paramType
impl PartialEq for paramType
impl Copy for paramType
impl Eq for paramType
impl StructuralPartialEq for paramType
Auto Trait Implementations§
impl Freeze for paramType
impl RefUnwindSafe for paramType
impl !Send for paramType
impl !Sync for paramType
impl Unpin for paramType
impl UnwindSafe for paramType
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