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