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