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