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