#[repr(C)]pub struct dd_raydata {
pub Ray: *mut mytype,
pub ZeroSet: dd_rowset,
pub FirstInfeasIndex: dd_rowrange,
pub feasible: dd_boolean,
pub ARay: mytype,
pub Next: dd_RayPtr,
}Fields§
§Ray: *mut mytype§ZeroSet: dd_rowset§FirstInfeasIndex: dd_rowrange§feasible: dd_boolean§ARay: mytype§Next: dd_RayPtrTrait Implementations§
Source§impl Clone for dd_raydata
impl Clone for dd_raydata
Source§fn clone(&self) -> dd_raydata
fn clone(&self) -> dd_raydata
Returns a duplicate 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 dd_raydata
impl Debug for dd_raydata
impl Copy for dd_raydata
Auto Trait Implementations§
impl Freeze for dd_raydata
impl RefUnwindSafe for dd_raydata
impl !Send for dd_raydata
impl !Sync for dd_raydata
impl Unpin for dd_raydata
impl UnsafeUnpin for dd_raydata
impl UnwindSafe for dd_raydata
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