#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MathIEEEBase
Auto Trait Implementations§
impl !Send for MathIEEEBase
impl !Sync for MathIEEEBase
impl Freeze for MathIEEEBase
impl RefUnwindSafe for MathIEEEBase
impl Unpin for MathIEEEBase
impl UnsafeUnpin 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