#[repr(C)]pub struct tagCACY {
pub cElems: ULONG,
pub pElems: *mut CY,
}Fields§
§cElems: ULONG§pElems: *mut CYTrait Implementations§
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