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