#[repr(C)]pub struct tagCAI {
pub cElems: ULONG,
pub pElems: *mut c_short,
}Fields§
§cElems: ULONG§pElems: *mut c_shortTrait Implementations§
Auto Trait Implementations§
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