pub struct ExpLog {
pub exp: Box<Exp>,
pub log: Box<Log>,
}
Fields§
§exp: Box<Exp>
Exponentiation table.
log: Box<Log>
Logarithm table.
Auto Trait Implementations§
impl Freeze for ExpLog
impl RefUnwindSafe for ExpLog
impl Send for ExpLog
impl Sync for ExpLog
impl Unpin for ExpLog
impl UnwindSafe for ExpLog
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