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