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