pub struct SplitCtx {
pub inv: bool,
pub imid: i32,
pub iside: i32,
pub delta: i32,
pub itheta: i32,
pub qalloc: i32,
}Fields§
§inv: bool§imid: i32§iside: i32§delta: i32§itheta: i32§qalloc: i32Auto Trait Implementations§
impl Freeze for SplitCtx
impl RefUnwindSafe for SplitCtx
impl Send for SplitCtx
impl Sync for SplitCtx
impl Unpin for SplitCtx
impl UnsafeUnpin for SplitCtx
impl UnwindSafe for SplitCtx
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