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