#[repr(C, packed(2))]pub struct MathIEEEResource {
pub MathIEEEResource_Node: Node,
pub MathIEEEResource_Flags: c_ushort,
pub MathIEEEResource_BaseAddr: *mut c_ushort,
pub MathIEEEResource_DblBasInit: FPTR,
pub MathIEEEResource_DblTransInit: FPTR,
pub MathIEEEResource_SglBasInit: FPTR,
pub MathIEEEResource_SglTransInit: FPTR,
pub MathIEEEResource_ExtBasInit: FPTR,
pub MathIEEEResource_ExtTransInit: FPTR,
}Fields§
§MathIEEEResource_Node: Node§MathIEEEResource_Flags: c_ushort§MathIEEEResource_BaseAddr: *mut c_ushort§MathIEEEResource_DblBasInit: FPTR§MathIEEEResource_DblTransInit: FPTR§MathIEEEResource_SglBasInit: FPTR§MathIEEEResource_SglTransInit: FPTR§MathIEEEResource_ExtBasInit: FPTR§MathIEEEResource_ExtTransInit: FPTRTrait Implementations§
Source§impl Clone for MathIEEEResource
impl Clone for MathIEEEResource
Source§fn clone(&self) -> MathIEEEResource
fn clone(&self) -> MathIEEEResource
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 MathIEEEResource
impl Debug for MathIEEEResource
impl Copy for MathIEEEResource
Auto Trait Implementations§
impl Freeze for MathIEEEResource
impl RefUnwindSafe for MathIEEEResource
impl !Send for MathIEEEResource
impl !Sync for MathIEEEResource
impl Unpin for MathIEEEResource
impl UnwindSafe for MathIEEEResource
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