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