#[repr(C)]pub struct tagCADBL {
pub cElems: ULONG,
pub pElems: *mut DOUBLE,
}
Fields§
§cElems: ULONG
§pElems: *mut DOUBLE
Trait Implementations§
Source§impl Ord for tagCADBL
impl Ord for tagCADBL
Source§impl PartialOrd for tagCADBL
impl PartialOrd for tagCADBL
impl Copy for tagCADBL
impl Eq for tagCADBL
impl StructuralPartialEq for tagCADBL
Auto Trait Implementations§
impl Freeze for tagCADBL
impl RefUnwindSafe for tagCADBL
impl !Send for tagCADBL
impl !Sync for tagCADBL
impl Unpin for tagCADBL
impl UnwindSafe for tagCADBL
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