#[repr(C, packed(2))]pub struct MathIEEEBase {
pub MathIEEEBase_LibNode: Library,
pub MathIEEEBase_reserved: [c_uchar; 18],
pub MathIEEEBase_TaskOpenLib: FPTR,
pub MathIEEEBase_TaskCloseLib: FPTR,
}Fields§
§MathIEEEBase_LibNode: Library§MathIEEEBase_reserved: [c_uchar; 18]§MathIEEEBase_TaskOpenLib: FPTR§MathIEEEBase_TaskCloseLib: FPTRTrait Implementations§
Source§impl Clone for MathIEEEBase
impl Clone for MathIEEEBase
Source§fn clone(&self) -> MathIEEEBase
fn clone(&self) -> MathIEEEBase
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 MathIEEEBase
impl Debug for MathIEEEBase
impl Copy for MathIEEEBase
Auto Trait Implementations§
impl Freeze for MathIEEEBase
impl RefUnwindSafe for MathIEEEBase
impl !Send for MathIEEEBase
impl !Sync for MathIEEEBase
impl Unpin for MathIEEEBase
impl UnwindSafe for MathIEEEBase
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